Alita is a Telegram group-management bot written in Go. It provides moderation, filters, notes, greetings, anti-spam, captcha, backups, and multi-language support.
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 alitaPostgreSQL and Redis are included in the Compose stack.
For setup, configuration, deployment, and command references, see alita-docs.divkix.me. For contributor and architecture guidance, see AGENTS.md.
make run
make lint
make testOpen an issue or pull request on GitHub. Please use conventional commits and run the relevant checks before submitting changes.
MIT © 2020-2026 Divkix and contributors.