It is a dynamic web scraper which gets the posted jobs which are applicable from within the site and don't redirect to another site. It then applies to them automatically with your stored (Latest) Resume.
Note: Filter operation hasn't been implemented yet for jobs
- Download Google's Chromium Drivers & either add to Path or put it in the
src/
directory pip install -r requirements.txt
- Run
python run.py -h
orpython run.py --help
to see the full list of arguments supported python run.py
without arguments it'll create 2 files in current directory by the name ofcookies.json
storing session cookies &job_listing.json
for scraped jobs.