Skip to content

Пример бота обратной связи с использованием БД и «форумов» в Telegram

License

Notifications You must be signed in to change notification settings

mysubcult/telegram-feedback-bot-topics

 
 

Repository files navigation

Telegram Feedback Bot - II

🇷🇺 README на русском доступен здесь

⚠️ Warning: project is still under development, use with caution. Issues are greatly appreciated!

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.

Used technology

  • Python 3.11
  • PostgreSQL 15
  • Redis
  • aiogram 3.x
  • SQLAlchemy 2.x
  • psycopg3 (aka psycopg)
    and more...

Run

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.

About

Пример бота обратной связи с использованием БД и «форумов» в Telegram

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.9%
  • Mako 1.3%
  • Shell 0.8%