Skip to content

Latest commit

 

History

History
45 lines (38 loc) · 1.1 KB

readme.md

File metadata and controls

45 lines (38 loc) · 1.1 KB

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

  1. Download the project code

    git clone https://github.com/xzaviourr/InternTracker.git
  2. Install virtual environment for python

    pip install virtualenv
  3. Create a new virtual environment named "venv"

    python3 -m venv venv
  4. Activate the newly created virtual environment

    1. Windows-

      cd venv/Scripts
      ./Activate
    2. Linux -

      source venv/bin/activate
  5. Go back to home folder

  6. Install the project requirements

    pip install requirements.txt
  7. Go inside the spider folder

    cd InternTracker/InternTracker/spiders
  8. Run the spider of your choice

    scrapy crawl <spider_name>