This repository was archived by the owner on Nov 1, 2021. It is now read-only.
New feature allows a full list of future games to be viewed.#62
Open
insightpeter wants to merge 4 commits intoseemethere:masterfrom
Open
New feature allows a full list of future games to be viewed.#62insightpeter wants to merge 4 commits intoseemethere:masterfrom
insightpeter wants to merge 4 commits intoseemethere:masterfrom
Conversation
Owner
|
Wait what is |
Contributor
Author
|
I wanted the ids for future games, so I opened the developer tool on their
schedule page http://stats.nba.com/schedule/ and checked the request they
were making and found that they were calling data.nba.com.
I couldn't find any other way of getting the game ids for future games.
It returns a large json dump.
…On 1 December 2016 at 15:43, Eli Uriegas ***@***.***> wrote:
Wait what is data.nba.com? o.O
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#62 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AXGiarBpezfvuf23TgNI37dvzBvqDizkks5rDuswgaJpZM4LBh4u>
.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The json document I pulled in is available at http://data.nba.com/data/10s/v2015/json/mobile_teams/nba/2016/league/00_full_schedule.json
This can be examined further to provide gameids for future games.
An example is also provided.