26 lines
623 B
Markdown
26 lines
623 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
|
|
|
|
Download pre-built datasets from [releases](https://github.com/cool-mist/ipl-data/releases).
|
|
|
|
- [2023](https://github.com/cool-mist/ipl-data/releases/tag/2023)
|