Alita Robot 🤖
July 24, 2026 · View on GitHub
Alita is a Telegram group-management bot written in Go. It provides moderation, filters, notes, greetings, anti-spam, captcha, backups, and multi-language support.
Quick Start
Prerequisites: Docker, Docker Compose, a Telegram bot token from @BotFather, and a Telegram user ID plus log-channel ID.
git clone https://github.com/divkix/Alita_Robot.git
cd Alita_Robot
cp sample.env .env
# Set BOT_TOKEN, OWNER_ID, MESSAGE_DUMP, WEBHOOK_DOMAIN, and WEBHOOK_SECRET in .env.
docker compose up -d
docker compose logs -f alita
PostgreSQL and Redis are included in the Compose stack.
Documentation
For setup, configuration, deployment, and command references, see alita-docs.divkix.me. For contributor and architecture guidance, see AGENTS.md.
Development
make run
make lint
make test
Contributing
Open an issue or pull request on GitHub. Please use conventional commits and run the relevant checks before submitting changes.
License
MIT © 2020-2026 Divkix and contributors.
Try Alita • Support Group • Updates Channel