A script to automatically search Glassdoor for job listings, aggregate every application URL, and apply to each job using pre-populated data.
- Install ChromeDriver (or an alternatie driver for your browser of choice):
- Run
brew cask install chromedriver - Confirm installation:
chromedriver --version - Check location of ChromeDriver:
which chromedriver - Wherever the
driveris initialized in the code, insert the ChromeDriver location
- Run
- Install Selenium:
pip install selenium - Install BeautifulSoup:
pip install beautifulsoup4
- Uncomment the last line
get_links.py - Run
$ python get_links.py
- Set a number of pages you'd like to iterate through here
- Run
$ python apply.py - The script will open glassdoor.com, at which point you should log-in
- From there on, everything is automatic!