Speed up your job application process with python! Gain access to hundreds of job listings with direct URLs to apply for each position in seconds.
Check out the step-by-step tutorial on YouTube here
-
If you do not have git installed, download it here
-
If you do not have pip installed, download it here
-
Clone the repository
git clone https://github.com/SJUSATA/Job-Listing-Scraper.git
-
Navigate to the downloaded folder
cd Job-Listing-Scraper
-
Install the required libraries
pip install -r requirements.txt
-
If that gives you an error, try
-
python -m pip install -r requirements.txt
or -
pip3 install -r requirements.txt
if you are on Mac
-
-
-
Run the code
python jobscraperv2.py
-
Download Jupyter Notebook by running
pip install notebook
-
Run
jupyter notebook
to activate jupyter notebook -
You can now upload the ipynb file
If you are having any issues running the code, please refer to these links or contact [email protected].