Skip to content

πŸ€– 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