dota2-match-calendar/requirements.txt
Ching L a1573a3f82 Initial commit: Dota 2 Calendar Sync
Automated sync tool for Dota 2 Tier 1 matches from Liquipedia to Google Calendar

Features:
- Sync matches from Liquipedia to Google Calendar
- Auto-update match results when completed
- Detect and update time changes
- Clean event format: Team1 vs Team2 [Tournament]

Main files:
- sync_dota2_matches.py: Main sync script
- run_sync.sh: Convenience runner
- requirements.txt: Python dependencies
- README.md: Setup and usage guide

# Conflicts:
#	.gitignore
#	README.md
2025-09-05 11:53:02 +08:00

8 lines
169 B
Plaintext

beautifulsoup4==4.12.3
requests==2.32.3
google-auth==2.35.0
google-auth-httplib2==0.2.0
google-api-python-client==2.154.0
python-dateutil==2.9.0
pytz==2024.2
lxml==5.3.0