Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 515 Bytes

README.rst

File metadata and controls

30 lines (18 loc) · 515 Bytes

nhl_scraper

Scrapes NHL related stats from various websites include the NHL public APIs, ESPN, cbssports.com

Build status

https://travis-ci.com/spilchen/hockey_scraper.svg?branch=master

Installation

This package can be installed via pip:

pip install nhl_scraper

or from the repo:

git clone https://github.com/spilchen/nhl_scraper
cd nhl_scraper
python setup.py install