Skip to content

Commit cc43a94

Browse files
committed
v1.0.0 commit
1 parent 0a32859 commit cc43a94

File tree

250 files changed

+58424
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

250 files changed

+58424
-0
lines changed

README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
[![PyPi](https://img.shields.io/pypi/v/nba_api.svg?longCache=true&style=for-the-badge)](https://pypi.python.org/pypi/nba_api) [![PyPi](https://img.shields.io/pypi/l/nba_api.svg?longCache=true&style=for-the-badge)](https://pypi.python.org/pypi/nba_api)
2+
3+
# nba_api
4+
5+
`nba_api` is an API Client for `www.nba.com`. This package is meant to make the API Endpoints more accessible and to provide extensive documentation.
6+
7+
The APIs on `www.nba.com` are largely undocumented and change ever so often.
8+
9+
Please feel free to contribute and have an open discussion regarding improvements and additional APIs to be mapped.
10+
11+
#### Mapped API Clients
12+
13+
1. `stats.nba.com` - `stats`
14+
15+
16+
## Installation
17+
```commandline
18+
pip install nba_api
19+
```
20+
21+
## Required and Optional Packages
22+
23+
- [requests](http://www.python-requests.org/en/latest/)
24+
- [pandas](https://pandas.pydata.org/) `optional`
25+
26+
## Documentation
27+
28+
- [Table of Contents](docs/table_of_contents.md)
29+
- [`stats.nba.com`](docs/nba_api/stats)
30+
31+
## Examples
32+
- [`stats.nba.com`](docs/nba_api/stats/examples.md)

0 commit comments

Comments
 (0)