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.
-
Download the project code
git clone https://github.com/xzaviourr/InternTracker.git
-
Install virtual environment for python
pip install virtualenv
-
Create a new virtual environment named "venv"
python3 -m venv venv
-
Activate the newly created virtual environment
-
Windows-
cd venv/Scripts ./Activate
-
Linux -
source venv/bin/activate
-
-
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>