espn-api
espn-api copied to clipboard
ESPN Fantasy API! (Football, Basketball)
### Sport Football ### Summary When trying to instantiate a League object, `self._fetch_league()` is called, which leads to a REST call being made to ESPN's API. This presents problems when...
### Sport Basketball ### Summary Add the leagues draft for the given year
### Sport Football ### Summary The BoxPlayer object holds information about a performance from a player in a week. It has fields _injured_ and _injuryStatus_ to represent the player's injury...
### Sport Basketball ### Summary Hey, thank you first of all we really like what you have done here. I'm trying to calculate for each matchup the predicted team average...
I am curious, is it possible to pull the data from ESPN and Watson's partnership? I am most hoping to get the projected points distribution for a player to can...
Good Morning, Thank you for your well documented code, this has been great! I am running into one issue that I cannot seem to resolve even after looking through all...
- Changed the `free_agents()` function to a more general `player()` option that accepts a new parameter `type` to define what kind of players a user wants to fetch (i.e. "FREEAGENT",...
### Sport Football ### Summary The `box_score` class is built to get box score data from any week. However, projection data is only available for live matchups. For matchups that...
### Sport All ### Summary Instead of having to add new fields and features to each sports Team class most of the data and fields are the same across sports....