This project is a template for creating Telegram bots using the Aiogram library. The template includes integration with Docker, PostgreSQL, and Tortoise ORM, ensuring easy development, deployment, and database management.
- Docker and Docker Compose
- Setup environment variables
- Get a bot token
- Assign environment variables as "BOT_TOKEN"
- Setup your database settings in
.env
file
- Build and start the Docker containers
docker-compose up --build
After these steps, your Telegram Bot will be available.
If you would like to contribute to this project, please open a new Pull Request or Issue on GitHub.
This project is licensed under the MIT License.