mikemountain / fantasy-football-scoreboard

Display the score of your fantasy football team on a Raspberry Pi driven RGB LED matrix for maximum ease of disappointment
GNU General Public License v3.0
56 stars 9 forks source link

Yahoo improvements #28

Closed jeremywww closed 2 years ago

jeremywww commented 2 years ago

-Update Yahoo API to endpoint that respects the current week -Properly download Yahoo team logos

mikemountain commented 2 years ago

Wow dude, thanks for this! This is awesome. I don't have great access to a Yahoo league so it was tough to get it all set up, really appreciate this!

jeremywww commented 2 years ago

No problem at all. Thanks for this awesome project!

willsbeard commented 2 years ago

Pulled down the new version to test. I think in 'yahoo_api_parser.py' it's missing team_id in the def init

jeremywww commented 2 years ago

Fixed in #29 ... how embarrassing. Thanks @willsbeard