Get the calendar of KPL schedules.
# install prerequisites
pip install pytz requests icalendar
# get schedules of all teams
python main.py
# get schedules of only specified team
python main.py --team 重庆狼队
# get schedules of all teams in separate files
python main.py --team all
Use a calendar app to subscribe to the game schedule in this repo.
For example, to subscribe to the game schedule of 重庆狼队, you can subscribe using the link https://raw.githubusercontent.com/futuretech6/KPL-Calendar/actions/重庆狼队.ics.
The schedule will be updated every week automatically by GitHub Actions bots.