Skip to content

Using data science to build a tool helping getting insights of the job market's real offer.

Notifications You must be signed in to change notification settings

theottm/jobseeker

Repository files navigation

Installation

Install python

On Windows and Mac install anaconda. On Linux just install python.

Which command line to use?

Use anaconda prompt if you are on Windows or mac.

Navigate to the project's root folder with the command line

cd path/to/jobseeker

Install the libraries

Open the command line an run :

cd path/to/jobseeker
pip install -r requirements.txt

Initialize the program

First initialize the program for your computer by running this command in the project's root folder.

python ./jobseeker_launcher.py

Usage

Launch the scraper

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".

Rank the results

cd programms
python ./ranking.py

View the ranking

cd programms/viewer
python ./html_generator.py

open products/html/index.html in a web browser.

About

Using data science to build a tool helping getting insights of the job market's real offer.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published