An easy to use web-scraping python module for fetching data from the nba website
- can fetch details about a certain player, like PPG, APG etc
- add functions for fetching data about teams
- add more functions to retrieve player details, such as statistics on a specific match
- improve code performance
- first install requests
- check main.py for sample code