This is a Telegram bot that monitors Dota 2 match history and notifies groups when tracked players play together.
  • Python 98.8%
  • Dockerfile 1.2%
Find a file
smm 661e3f6e53
All checks were successful
Build and Deploy / build (push) Successful in 1m9s
Build and Deploy / deploy (push) Successful in 37s
ci: trigger runner image validation
2026-04-01 18:11:38 +05:00
.forgejo/workflows ci: use generic docker label with runner-mapped image 2026-04-01 18:10:32 +05:00
bot fix: retry ConnectError/ConnectTimeout via AsyncHTTPTransport(retries=3) 2026-04-01 14:21:30 +03:00
data fix: persist data across redeployments via bind mount 2026-03-27 15:44:20 +03:00
.dockerignore Initial bot skeleton 2026-03-24 13:51:28 +03:00
.env push env 2026-03-26 15:37:43 +03:00
.env.example Add STRATZ integration for enriched match stats (K/D/A, position, lane) 2026-03-24 18:12:17 +03:00
.gitignore fix: persist data across redeployments via bind mount 2026-03-27 15:44:20 +03:00
CLAUDE.md fix: distinguish ranked/normal All Pick and retry unparsed matches 2026-04-01 11:26:30 +03:00
docker-compose.yml fix: persist data across redeployments via bind mount 2026-03-27 15:44:20 +03:00
Dockerfile add logger and update dockerfile 2026-03-27 12:11:13 +03:00
main.py refactor: rename /gather command to /party 2026-03-27 16:13:16 +03:00
requirements.txt fix: add pytz to requirements 2026-03-27 12:40:45 +03:00