INTERN TRACKER
This software tracks new internship openings from various sites which includes intern providing sites, companies career sites, etc. It also allows its users to track new openings of companies of their choice, thus enabling them to be the first ones to apply for the role.
To run the project
-
Download the project code
git clone https://github.com/xzaviourr/InternTracker.git
-
Install virtual environment for python
-
Create a new virtual environment named "venv"
-
Activate the newly created virtual environment
-
Windows-
cd venv/Scripts ./Activate -
Linux -
-
-
Go back to home folder
-
Install the project requirements
pip install requirements.txt
-
Go inside the spider folder
cd InternTracker/InternTracker/spiders -
Run the spider of your choice
scrapy crawl <spider_name>