This repository generates .ics calendar files for VCT 2025 (Valorant Champions Tour) events across different regions. It includes a Python scraper that fetches match schedules from VLR.gg and converts them into .ics files, making it easy to import matches into Google Calendar, Outlook, or Apple Calendar.
vct_pacific.ics– VCT Pacific schedulevct_emea.ics– VCT EMEA schedulevct_americas.ics– VCT Americas schedulevct_china.ics– VCT China schedulevct_ical_scraper.py– Python script to scrape VCT schedules and generate.icsfilesrequirements.txt– List of dependencies required to run the scraper
To use the scraper, you need Python installed on your system. You can install the required dependencies by running:
pip install -r requirements.txtTo generate .ics files from VLR.gg, run the following command:
python vct_ical_scraper.pyThis will scrape the latest schedules and update the .ics files automatically.
Click the links below to add live match schedules to your calendar:
- Google Calendar: Go to Google Calendar → Add Calendar → From URL → Paste the link.
- Apple Calendar: File → New Calendar Subscription → Paste the link.
- Outlook: Add Calendar → Subscribe from Web → Paste the link.
Feel free to open an issue or submit a pull request if you’d like to improve this project!