seemethere / nba_py

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

NBA stats client error #24

Closed jonyen closed 8 years ago

jonyen commented 8 years ago

I think something changed with the stats.nba.com API and now the Scoreboard method is broken:

requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: http://stats.nba.com/stats/scoreboard/?LeagueID=00&GameDate=01%2F01%2F2016&DayOffset=0

Any ideas on how to fix this?