nba_api
nba_api copied to clipboard
Are Live Updates Possible?
Is there a way to get live updates of a game, it looks that player totals are only updated on the website after the game. But if I want to track things like point totals during a game, is there a way to access this information through the API?
@ebruun - Was just chatting with @swar on this exact item (See PR https://github.com/swar/nba_api/pull/184). I've proposed creating a top level folder called live in which we could include this into the API. Swar needs to take a look at it and see how it fits with the current structure of the project and if there's a better way it can be integrated.