ipl_data/README.md

24 lines
464 B
Markdown

# IPL Fixtures dataset
## Requirements
- Python 3
- virtualenv
- GNU Make
- curl
- Some flavour of GNU/Linux
- Internet connection
## Run
To get the fixture data for 2023, run
`make 2023`
Output is present in `2023/ipl-data-2023.json`
> The fixture is hosted as a PDF at documents.bcci.tv. It will be automatically downloaded to `2023/ipl-data-2023.pdf' as part of program execution and is not explicitly distributed as part of this project.
## Releases