espn-api
espn-api copied to clipboard
ESPN Fantasy API! (Football, Basketball)
As referenced in #278 (and duplicate issue #466), the 2018 season of fantasy football was getting an "Access Denied" error when attempting to access data. As documented in the troubleshooting...
### Sport Basketball ### Summary As a user, I want to be able to compare the projected bid amount to the actual bid amount as well as other stats so...
### Sport Football ### Summary Looks like the ESPN API was changed in 2018 and every league was made private that year. Using the `League()` class I can access every...
### Sport Football ### Summary After updating to 0.33.0, it seems like owners are now represented by their ID and not their human-readable names. Can owner names be surfaced again?
### Sport Basketball ### Summary As a user of the API wrapper for fantasy basketball leagues, I'd like to receive accepted trades in the activities feed in addition to completed...
### Sport Football ### Summary I believe the position mapping for Kickers is off on the football->constant.py. I believe 5 should be 'K' not 'TE/WR'. Let me know if I'm...
### Sport Football ### Summary Starting somewhere after NFL week 6 or 7, I get a JSONDecodeError all the time, right after invoking 'League': ``` >>> from espn_api.football import League...
### Sport Football ### Summary Getting the league current week field returns 0, despite the league being multiple weeks in. This is also impacting the available keys within a player's...
### Sport Basketball ### Summary hi, has anybody understood what is the meaning of those statistics which have a number as key? For e.g.: in this example you can see...
Hi! I am trying to use the Player Class and one of the parameters is Data. I am pretty new to programming and can't quite figure out what to use...