Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Added stackoverflow python job crawler, Get all of job links that con… #3839
Conversation
…sist of JSON format
|
Here is why the pre-commit failed:
|
| from bs4 import BeautifulSoup #extract Stackoverflow pages | ||
|
|
||
| #Get the Stackoverflow URL | ||
| URL = f"https://stackoverflow.com/jobs?q=python&sort=i" |
|
|
||
| if __name__ == "__main__": | ||
| print("Python job finding now...") | ||
| get_jobs() |
|
|
||
| #Get the Stackoverflow URL | ||
| URL = f"https://stackoverflow.com/jobs?q=python&sort=i" | ||
|
|
…sist of JSON format
Describe your change:
Checklist:
Fixes: #{$ISSUE_NO}.