Skip to content

Easier connection to pro schedule? #573

Answered by cwendt94
billwert asked this question in Ideas
Discussion options

You must be logged in to vote

Players schedule has been added in v0.39.0! Here is an example, schedule is broken down by scoring period (week) and contains team and date.

>>> league.teams[0].roster[0]
Player(Jonathan Taylor)
>>> league.teams[0].roster[0].schedule
{'1': {'team': 'HOU', 'date': datetime.datetime(2024, 9, 8, 17, 0)}, '2': {'team': 'GB', 'date': datetime.datetime(2024, 9, 15, 17, 0)}, 
'3': {'team': 'CHI', 'date': datetime.datetime(2024, 9, 22, 17, 0)}, '4': {'team': 'PIT', 'date': datetime.datetime(2024, 9, 29, 17, 0)}, 
'5': {'team': 'JAX', 'date': datetime.datetime(2024, 10, 6, 17, 0)}, '6': {'team': 'TEN', 'date': datetime.datetime(2024, 10, 13, 17, 0)}, 
'7': {'team': 'MIA', 'date': datetime.datetime(2…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by billwert
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
2 participants