espnff icon indicating copy to clipboard operation
espnff copied to clipboard

ESPN Fantasy Football API

Results 27 espnff issues
Sort by recently updated
recently updated
newest added

Nothing is changed. Just raising a pull request for 'HACKTOBER FEST'.

From what I can tell, some big changes to the ESPN fantasy platform may have changed the format of the JSON this package parses. Especially when attempting to get the...

Hi, this is an interesting project. Is there any chance of supporting private leagues using stored credentials in the future via OAuth or whatever the ESPN backend is using?

Getting: >>> league = League(719284, 2017) Traceback (most recent call last): File "", line 1, in File "/Users/Ash/Downloads/espnff-master/espnff/league.py", line 22, in __init__ self._fetch_league() File "/Users/Ash/Downloads/espnff-master/espnff/league.py", line 42, in _fetch_league data...

This is not an issue with your code but espnff is affected. for some reason the scoreboard API just kind breaks when making requests for my league, for a specified...

I see you added cookie support, and I was able to hack my way into using it. However, I think you should document this, and provide a method for setting...

Able to load a year when there was a trade deadline. Unable to load a year when there was no trade deadline. Receive the following error "KeyError: 'tradeDeadline'"

This adds an ESPNFF client that can be used to authorize against the ESPNFF API using username and password. Once authorized, a private league can be fetched. Usage: ``` from...

Fixed issue #55 where inactive members from past seasons messed up dominance matrix and thus the power rankings