jtpavlock / nbapy

Python API for stats.nba.com
BSD 3-Clause "New" or "Revised" License
11 stars 4 forks source link

Request Time out for any API call #7

Open leighrobertson512 opened 3 years ago

leighrobertson512 commented 3 years ago

Hey I am picking back up my project and was using this code again. I notice now that any API call I make times out. Are you seeing that also?

from nbapy import game import pandas as pd

game_id = '0021900017' # taken from 'https://stats.nba.com/game/0021900017/' stats = game.BoxScore(game_id).players_stats() print(stats)

jtpavlock commented 3 years ago

Hello,

Sorry, but I am no longer interested in continuing this project. Hopefully someone will find what I started here useful and is willing to continue it.