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
8 lines
169 B
Plaintext
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 |