Mindlessly decide which employers to ignore at crowded high-tech career fairs based only on their GlassDoor rating.
To run, enter this into the terminal: python3.4 career_fair_researcher.py
The glassdoor
module was not reliably producing company ratings, with many searched companies turning up None
. Instead of using the GlassDoor API, this script leverages the Python google
and bs4
(BeautifulSoup) modules to select the ratings directly from a company's GlassDoor overview page.
System Requirements: Python 3.4, *nix
Required Modules: google, bs4 (BeautifulSoup)
Input: reads in the company names from companyList.txt
. Simply replace the file contents with a list of company names, one per line.
Output: CSV file named 'glassdoorRatings.txt' of company names and ratings.