Skip to content

This is a python script that automates the job searching process on the "INDEED" website

Notifications You must be signed in to change notification settings

Kickbykick/IndeedWebScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

To run the code

You need to install chrome driver, selenium, beautiful soup, webbrowser and the request package for python.

There might be some bugs in the code that I did not notice. If you find any, make an issue on gitHub.

FIND ANY JOB

In the code change:

JOB_TITLE = "Developer"

JOB_LOCATION = "Winnipeg, MB"

LINK

Chrome Driver - https://chromedriver.chromium.org/

Webbrowser - https://docs.python.org/2/library/webbrowser.html

Selenium - https://selenium-python.readthedocs.io/installation.html

BeautifulSoup - https://pypi.org/project/beautifulsoup4/

Request - https://realpython.com/python-requests/

About

This is a python script that automates the job searching process on the "INDEED" website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages