-
Hello! Basically I just need a way to put in a specific player name and get the live stats for them. Advice please? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
boxscore.home_lineup.player.points (also works for away_lineup) |
Beta Was this translation helpful? Give feedback.
-
Potentially the Player.stats dict |
Beta Was this translation helpful? Give feedback.
boxscore.home_lineup.player.points (also works for away_lineup)
Check out here https://github.com/dtcarls/fantasy_football_chat_bot/blob/2c9c7347010137fbcde2d967d2dfa4e275ec9290/ff_bot/ff_bot.py#L182
Not sure if there’s a way to pull the player only without the lineups.