nba-data-scrapping
nba-data-scrapping copied to clipboard
Some requests timeout
Some requests to the NBA API such as in get_teams.py
or get_game_stats.py
are timing out due to a missing Origin header, causing the script to hang. The value should be:
Origin: https://www.nba.com
I'll fix that soon :)