nba_py package

class nba_py.Scoreboard(month=11, day=6, year=2017, league_id='00', offset=0)

A scoreboard for all games for a given day Displays current games plus info for a given day

Args:
month:Specified month (1-12)
day:Specified day (1-31)
year:Specified year (YYYY)
league_id:ID for the league to look in (Default is 00)
offset:Day offset from which to operate
Attributes:
json:Contains the full json dump to play around with
available()
east_conf_standings_by_day()
game_header()
last_meeting()
line_score()
series_standings()
west_conf_standings_by_day()