🇷🇺 README на русском доступен здесь
A simple Telegram bot which uses Telegram Forums feature to separate different users to different topics. This bot is the result of evolution of my simple stateless feedback bot.
- Python 3.11
- PostgreSQL 15
- Redis
- aiogram 3.x
- SQLAlchemy 2.x
- psycopg3 (aka psycopg)
and more...
You can use docker-compose.example.yml file to deploy PostgreSQL and Redis locally. Fill new user and database data in init-user-db.sh file or do it manually.
Use .env
(based on env_example) to fill the necessary options, then run this bot.
Docker images will follow soon.