Dashboard to view all job applications and search for relevant openings via scraping.
Do not use this repository to automate the job application process. This repository is only intended to view the status of existing applications and search for new openings.
pip install -r requirements.txt
- requests
- selenium
- beautifulsoup4
Simply add your login details to the details.json file.
- Timer starts
- User authenticated in background and application data is processed
- On completion, dashboard is presented
- Openings data is scraped and filtered in background
- On completition, dashboard is presented with new openings
Additional preferences and more websites for application tracking as well as searching for openings can easily be added.