Skip to content

Goos/eliteprospects-crawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EliteProspects Scraper

Installation:

  1. Install python 3 (brew install python3).
  2. Set python3 & pip3 as your defaults by linking them to your /usr/local/bin:
  • ln -s /usr/local/Cellar/python3/3.4.2_1/bin/python3.4 /usr/local/bin/python
  • ln -s /usr/local/Cellar/python3/3.4.2_1/bin/pip3.4 /usr/local/bin/pip
  1. Install RabbitMQ (brew install rabbitmq).
  2. Install heroku-toolbelt.
  3. Install the dependencies (pip install -r requirements.txt).
  4. Rename the environment config template to development.env.
  5. Replace any credentials in the config for your local environment that might differ from the defaults.
  6. Create a symbolic link from the environment you want to use as your default environment (e.g. ln -s config/development.env .env).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages