Install latest from the GitHub repository:
$ pip install git+https://github.com/bkowshik/isl-2024.git
# make sure isl_2024 package is installed in development mode
$ pip install -e '.[dev]'
# make changes under nbs/ directory
# ...
# compile to have changes apply to isl_2024
$ nbdev_prepare
- Utils: Utility functions for scraping and parsing data.
- Scrape matches: Scrape details of matches like start/end datetime and game IDs required for scraping match events.
- Scrape live stats: Scrape live match details like goals, cards, and substitutions.
- Scrape wallstream: Scrape match commentary from Wallstream.