Quick and dirty python code to export NCAAB game scores
Go to file
2021-03-09 00:40:43 +01:00
.gitignore Second commit 2021-03-09 00:40:43 +01:00
ncaabython.py Second commit 2021-03-09 00:40:43 +01:00
README.md Second commit 2021-03-09 00:40:43 +01:00

ncaabython

Quick and dirty NCAAB score exporter.

Usage

usage: ncaabython.py [-h] [-s START_DATE] [-e END_DATE]

Get NCAAB Boxscores

optional arguments:
  -h, --help            show this help message and exit
  -s START_DATE, --start-date START_DATE
                        Date to start the search from (format: 2018-12-30)
  -e END_DATE, --end-date END_DATE
                        Date to end the search at (format: 2018-12-30)

Get NCAAB Boxscores