Skip to content

A script to automatically search Glassdoor for job listings, aggregate every application URL, and apply to each job using pre-populated data.

License

Notifications You must be signed in to change notification settings

riyapatel25/internship_bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Job Application Bot

A script to automatically search Glassdoor for job listings, aggregate every application URL, and apply to each job using pre-populated data.

Installation

  1. 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 driver is initialized in the code, insert the ChromeDriver location
  2. Install Selenium: pip install selenium
  3. Install BeautifulSoup: pip install beautifulsoup4

Usage

To test get_links.py

  1. Uncomment the last line get_links.py
  2. Run $ python get_links.py

To run the entire script:

  1. Set a number of pages you'd like to iterate through here
  2. Run $ python apply.py
  3. The script will open glassdoor.com, at which point you should log-in
  4. From there on, everything is automatic!

Thanks

About

A script to automatically search Glassdoor for job listings, aggregate every application URL, and apply to each job using pre-populated data.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages