espnff
espnff copied to clipboard
ESPN Fantasy Football API
Pulls all of the teams rosters in one GET. Creates a Player object for each player on a team, and adds it to the roster list in the Team object....
Is there a known endpoint for getting a team's roster (for future support)?
Attempting to resolve #31 Please double check functionality, not sure how to thoroughly test.
Quick and dirty way to get team or player data into a dataframe, so the information can be manipulated, combined with other sources, plotted, etc.
I have implemented the get_roster method in Teams.py. Pass in a week (optionally) and will return that teams roster, with player name, position, and projected and actual score. League.py updated...
Request: Power rankings take week as optional argument. Assume current week like with scoreboard if no week provided.