π€ codex-bot Documentation
Welcome to the official documentation for codex-bot β a feature-based Aiogram framework library for building scalable Telegram bots.
π Choose Your Language
| Language | Description |
|---|---|
| π¬π§ English | Primary documentation, conceptual guides, and architecture. |
| π·πΊ Π ΡΡΡΠΊΠΈΠΉ | Conceptual translation and architect's mental model. |
π Technical Reference
| Section | Description |
|---|---|
| π οΈ API Reference | Full technical API documentation generated from code docstrings. |
| π§ Documentation Standard | How we write and structure documentation in this project. |
π Quick Install
pip install codex-bot # core only
pip install codex-bot[redis] # + Redis support
pip install codex-bot[redis,arq,i18n] # + background tasks + i18n
pip install codex-bot[all] # everything
Last Updated: 2025-02-07