My sexy Django + python-telegram-bot + Celery + Redis + Postgres + Dokku + GitHub Actions template
The django-telegram-bot template is a production-ready Telegram bot built using Django, python-telegram-bot, Celery, Redis, Postgres, Dokku, and GitHub Actions. It provides a database, admin panel, and a range of useful built-in methods. The template allows users to decide between Postgres, Sqlite3, or MySQL for the database, and offers features such as background jobs using Celery, Telegram API usage in polling or webhook mode, exporting user information to .csv, and native telegram commands in the menu.
Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. It follows the model-view-controller (MVC) architectural pattern, providing an extensive set of built-in tools and conventions to streamline the creation of robust and scalable web applications.