How to get tomorrow's game instead of today? #228
Unanswered
stevennguyen14
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As the title suggests, how do I get tomorrow's game instead of today? For example all games today already happened and I want to make predictions for tomorrow's games.
I noticed in the main.py, you have the line:
todays_games_url = 'https://data.nba.com/data/10s/v2015/json/mobile_teams/nba/2022/scores/00_todays_scores.json'
Do I just replace it with a different URL for tomorrow's score? The problem is I've looked everywhere on Google and had no luck finding the correct 'data.nba.com' API URL for tomorrow's score.
I tried to replace '00_todays_score.json' with '00_tomorrows_score.json' but that doesn't exist.
Beta Was this translation helpful? Give feedback.
All reactions