https://github.com/j3rrryy/aiogram_bot_template
Basic bot template
https://github.com/j3rrryy/aiogram_bot_template
aiogram3 bot-template docker postgresql redis telegram
Last synced: 29 days ago
JSON representation
Basic bot template
- Host: GitHub
- URL: https://github.com/j3rrryy/aiogram_bot_template
- Owner: j3rrryy
- License: mit
- Created: 2024-01-29T19:06:34.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-06T02:24:56.000Z (over 1 year ago)
- Last Synced: 2025-06-26T16:02:33.579Z (11 months ago)
- Topics: aiogram3, bot-template, docker, postgresql, redis, telegram
- Language: Python
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Aiogram bot
## :book: Key features
- Main DB - PostgreSQL
- DB for cache and states - Redis
- Uses languages to communicate
## :computer: Requirements
- Docker
## :hammer_and_wrench: Getting started
- Create Telegram bot in [@BotFather](https://t.me/BotFather) and receive token
- Create `.env` file with variables as in the `examples/.env.example`
- Install the latest versions of the required packages
- Freeze the installed package versions to `requirements.txt`
### :rocket: Start
```shell
docker compose up --build -d
```
### :x: Stop
```shell
docker compose stop
```
### :email: DM [@_Bot](https://t.me/_Bot) in Telegram