seemethere / nba_py

Python client for NBA statistics located at stats.nba.com
BSD 3-Clause "New" or "Revised" License
1.05k stars 255 forks source link

Internal NBA javascript script has changed and endpoints may have changed #67

Open seemethere opened 7 years ago

seemethere commented 7 years ago

Overview

The NBA continually changes there underlying API and so in order to keep up with it we need to keep sourcing their internal javascript files.

The latest one is located @ http://stats.nba.com/scripts/theme.min.js

mwilliammyers commented 7 years ago

Yeah, this is going to be a continual problem. Something like the idea proposed in #40 could help alleviate this...

seemethere commented 7 years ago

Yeah @mwilliammyers I was considering something like that for an nba_py2 because I don't want to break others functionality on this module, but we could easily just put that in here as well.