Alita_Robot

command module
v0.0.0-...-5d98cc1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 27, 2026 License: MIT Imports: 27 Imported by: 0

README

Alita Robot 🤖

CI Release Go Report Card Go Reference

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 AlitaSupport GroupUpdates Channel

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
db
utils/formatting
Package formatting provides text-formatting helpers for Telegram messages, including HTML / Markdown option builders, message splitting, HTML↔Markdown conversion, and user/chat placeholder replacement.
Package formatting provides text-formatting helpers for Telegram messages, including HTML / Markdown option builders, message splitting, HTML↔Markdown conversion, and user/chat placeholder replacement.
utils/keyboard
Package keyboard provides utilities for building Telegram inline keyboards.
Package keyboard provides utilities for building Telegram inline keyboards.
utils/logredact
Package logredact provides sensitive-data scrubbing for application logs.
Package logredact provides sensitive-data scrubbing for application logs.
utils/media
Package media provides a unified interface for sending different types of Telegram media.
Package media provides a unified interface for sending different types of Telegram media.
generate_docs command
Package main provides a documentation generator for Alita Robot.
Package main provides a documentation generator for Alita Robot.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL