nhl-scraper

Scrape hockey data from various websites


License
MIT
Install
pip install nhl-scraper==0.0.3

Documentation

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