Working with Real Sports APIs - course bundle
================================================================

Read API docs like a developer, then pull your first real data from MLB, the NBA, StatsBomb, nflverse and the NHL.

Run order:
 1. 05_how_to_read_api_documentation.py  -  How to Read API Documentation: A Sports Data Field Guide
      https://sportsdatatutorials.com/tutorials/how-to-read-api-documentation.html
 2. 06_pull_your_first_mlb_data_with_pybaseball.py  -  Pull Your First MLB Data with pybaseball
      https://sportsdatatutorials.com/tutorials/pull-your-first-mlb-data-with-pybaseball.html
 3. 09_pull_your_first_nba_data_with_nba_api.py  -  Pull Your First NBA Data with nba_api
      https://sportsdatatutorials.com/tutorials/pull-your-first-nba-data-with-nba-api.html
 4. 12_pull_your_first_match_data_with_statsbomb.py  -  Pull Your First Match Data with StatsBomb Open Data
      https://sportsdatatutorials.com/tutorials/pull-your-first-match-data-with-statsbomb.html
 5. 15_pull_your_first_nfl_data_with_nfl_data_py.py  -  Pull Your First NFL Data with nfl_data_py
      https://sportsdatatutorials.com/tutorials/pull-your-first-nfl-data-with-nfl-data-py.html
 6. 18_pull_your_first_nhl_data_from_the_public_api.py  -  Pull Your First NHL Data from the Public NHL API
      https://sportsdatatutorials.com/tutorials/pull-your-first-nhl-data-from-the-public-api.html

Every script runs from this folder as-is:  python <script>.py
The shared helpers and every sample CSV the scripts read are included,
so the whole course works offline.

Course page: https://sportsdatatutorials.com/tracks/real-data-apis.html
All datasets documented: https://sportsdatatutorials.com/datasets.html
