/sherdog-scraper

A web scraper for sherdog.com

Primary LanguagePython

sherdog-scraper

A web scraper for sherdog.com

install

git clone https://github.com/jc0n/sherdog-scraper
cd sherdog-scraper
pip install -r requirements.txt
python setup.py install

run tests

pip install nose
nosetests tests/test_sherdog.py