/python-scrapers

Python Open Data Scrapers

Primary LanguagePython

Setup

Requirements

  • git
  • Python 2.6

Getting the Code

Grab the source from Github using:

git clone git://github.com/tulsawebdevs/python-scrapers.git

Installing the Packages

Create a virtualenv and install required libraries:

cd python-scrapers/python
python ./make_bootstrap.py
python ./bootstrap.py
source bin/activate

Run

See scrapers' README

Store

See scrapers' README