Initial version of Telegram admin bot

This commit is contained in:
root
2026-02-07 21:34:24 +03:00
commit 492e3bd3cf
9 changed files with 1027 additions and 0 deletions

17
.gitignore vendored Normal file
View File

@@ -0,0 +1,17 @@
# Python
__pycache__/
*.pyc
*.pyo
# Virtual env
.venv/
# Secrets
config.yaml
*.env
# Logs
*.log
# Runtime
/var/run/tg-bot/