A modern Cookiecutter template to kickstart Telegram bot development using Aiogram and Python 🐍.
- ⚙️ Aiogram 3.x ready
- 🪄 Fast project scaffolding with Cookiecutter
- 🧪 Built-in structure for handlers, middlewares, filters, and routers
- 📁
.env-based configuration - 🔍 Typing and linters support
- 🧩 Easy-to-extend project layout
pip install cookiecuttercookiecutter gh:your-username/cookiecutter-aiogram-templateYou will be prompted to enter values like bot name, author, and other configuration details.
cd your_project_name
python bot.pyContributions are welcome! Please read the Contributing Guide before submitting a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
Author: Jahongir Qurbonov
Github: @Jahongir-Qurbonov
Built with ❤️ for the Aiogram community