Getting Periodic Player Stats (Free Agents) #440
Unanswered
beffypuffs
asked this question in
Q&A
Replies: 1 comment
-
What sport is this for? There is a function in the league interface # position inputs: 'PG', 'SG', 'SF', 'PF', 'C', 'G', 'F'
def free_agents(week: int = None, size: int = 50, position: str = None, position_id: int=None) -> List[Player]: this will return the player class that has the player stats. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Sorry if this has been answered already, tried to find other discussions but couldn't find what I'm looking for. I'm just looking for a way to grab periodic stats for free agents (i.e. 30-day, 15-day averages). These are tracked by ESPN so I figure there is an easy way to accomplish this.
Beta Was this translation helpful? Give feedback.
All reactions