Skip to content

kailash360/InternTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages