ncaabython/README.md

23 lines
487 B
Markdown
Raw Permalink Normal View History

2021-03-08 23:40:43 +00:00
ncaabython
==========
Quick and dirty `NCAAB` score exporter.
Usage
-----
``` text
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
```