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

0.1a2 #5

Closed bwestbrook closed 8 years ago

seemethere commented 8 years ago

You can download the repo using: git clone https://github.com/seemethere/nba_py.git

seemethere commented 8 years ago

StartPeriod and EndPeriod are defined at this line here, yes they refer to quarters (Overtime is accessed with the overtime() method):

https://github.com/seemethere/nba_py/blob/0.1a2/nba_py/constants.py#L506

And in all honesty I don't really know what the Range parameters are either. I do know that RangeType needs to be between 0-2 and that both the StartRange and EndRange are both numbers.