Skip to content

almartin82/yahoo-roster-extract

Repository files navigation

yahoo-roster-extract

use yahoo's fantasy API to download fantasy team / roster data

auth

authenticating against the yahoo api is quite easy using the yahoo_oauth package. my understanding is that yahoo no longer supports OAuth 1 flow - you'll need to use OAuth2, and https requests for all resources.

querying the API

query.py is what I threw together to pull down 9 years worth of roster data for my league. the league keys are specific to our leagues, but that dictionary of gameids is generic for fantasy baseball. might be useful given that the official yahoo documentation doesn't have those ids after 2012.

About

use yahoo's fantasy API to download fantasy team / roster data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages