Script which summarises the NBA games on a given date. Each summary contains the teams' records and the top player of the game (player with highest gamescore).
- Beautiful Soup
- requests
Use pip install -r requirements.txt
to install dependencies.
At the command line, type:
python NBAScores.py optional-date
where optional-date is in dd/mm/yyyy form. If date not given, summary will be for today's date.