Replies: 5 comments 18 replies
-
The box score info should be updated real time but you would need to setup some type of re fetch logic on a certain interval to get those updates. You can get a players daily stats by using |
Beta Was this translation helpful? Give feedback.
-
The box_score method doesn't really return the data I'm after, I get all of my stats from the scoreboard method, but I'm unable to get live stats for either. I'll post my a quick example below, appreciate you taking a look: `league = League(league_id=xxx, year=2024, espn_s2='xxx', swid='xxx') for matchups in box_scores: Output: This output has the category data from the previous day, and does not include any of the data from today's games, which concluded a few hours ago. The box_scores method also returns the matchup score prior to todays games. |
Beta Was this translation helpful? Give feedback.
-
I've had no luck getting up to date stats from the box scores - any further ideas? |
Beta Was this translation helpful? Give feedback.
-
Have come back around to this and still no luck getting up-to-date info when pulling either the Scoreboard or Boxscores classes. Am I right in assuming it might not be possible to pull the current info? |
Beta Was this translation helpful? Give feedback.
-
Running into the same issue for 24/25 leagues again unfortunately - I've looked through the base code but nothing jumping out as to why updates are only occurring once daily. Any chance anyone has an idea on this? |
Beta Was this translation helpful? Give feedback.
-
I've been using this package for a few years now for some personal projects and really appreciate the work you've put into it. Just wondering about api update frequency - at the moment the data I get updates daily at around 6am ET. Is there any way to update more frequently using this package, specifically for NBA fantasy stats?
Side-question: Played around with the api a lot and can't find a way to get daily NBA player stats - is this currently possible?
Beta Was this translation helpful? Give feedback.
All reactions