ncaabython/README.md
2021-03-09 00:40:43 +01:00

22 lines
487 B
Markdown

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
```