/LinkedIn_Job_Searcher

Scrapes all jobs for a given title & location

Primary LanguagePython

LinkedIn Job Searcher

Scrapes all jobs for a given title & location.

NOTE: It's still unstable & not certain to make it to the end alive.

Setup

  1. Download a copy of the chrome webdriver from https://sites.google.com/a/chromium.org/chromedriver/downloads

  2. Install all required packages

cd /LinkedIn_Job_Searcher
pip install -r requirements.txt
  1. Setup your config with:
username: <LinkedIn Username>
password: <LinkedIn Password>
selenium: <Location of the chrome web driver>
job_details:
    title: <Job title>
    location: <Location>
  1. Run the search via:
python run.py