On Windows and Mac install anaconda. On Linux just install python.
Use anaconda prompt if you are on Windows or mac.
cd path/to/jobseeker
Open the command line an run :
cd path/to/jobseeker
pip install -r requirements.txt
First initialize the program for your computer by running this command in the project's root folder.
python ./jobseeker_launcher.py
Check if there is a file named "scraper_keywords.txt" in data/[your-user-name]. Add keywords to the list. Separate each keyword by a new line.
cd programms/scraper/indeed_scraper
python ./scraper_launcher.py
This will run a crawl on indeed for every keyword in "scraper_keywords.txt".
cd programms
python ./ranking.py
cd programms/viewer
python ./html_generator.py
open products/html/index.html in a web browser.