Skip to content

AdeleD/python-nba

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-nba

A python wrapper for the NBA Stats API.

Development status

The very beginning ;)

Example

To get all games results at a specific date:

scoreboard = Scoreboard('01/08/2016', '00', '00')
print scoreboard.final_scores

# [u'TOR @ WAS: 97 - 88', u'ORL @ BKN: 83 - 77', u'DEN @ MEM: 84 - 91', u'CLE @ MIN: 125 - 99', u'IND @ NOP: 91 - 86', u'DAL @ MIL: 95 - 96', u'NYK @ SAS: 99 - 100', u'MIA @ PHX: 103 - 95', u'GSW @ POR: 128 - 108', u'OKC @ LAL: 117 - 113']

About

A python wrapper for the NBA Stats API.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages