Skip to content

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

Notifications You must be signed in to change notification settings

JoelPHoward/NHLFantasyPy

Repository files navigation

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]
}

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published