Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 476 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 476 Bytes

NHLFantasyPy

Tools to scrape the NHL API and visualize the data for Yahoo fantasy hockey

image

Credentials

YAHOO_CREDENTIALS.json
{
    "access_token": [access_token],
    "refresh_token": [refresh_token],
    "client_id": [client_id],
    "client_secret": [client_secret],
    "league_id": [league_id]
}
PSQL_CREDENTIALS.json
{
    "dbname": [dbname],
    "user": [user],
    "password": [password]
}