IgorDuino / telegram-bot-template

Useful and multifunction bot template, which use aiogram

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Telegram Bot Template

Useful and multifunction bot template, which use aiogram

based on https://github.com/rodion-gudz/telegram-bot-template, but Dockerized, without pyrogram, with poetry, bumped up requirements and migrations

Telegram CodeStyle

Features

  • aiogram 3 as a main library resolve by username and list participants in a group
  • aiogram-dialog (Optional) for creating multi-step dialogs
  • ☁️ Webhook and long polling with local Bot API server support
  • 🎨 Beautiful and informative colored logs
  • πŸ›  Throttling and database middlewares by default
  • πŸ“ Changing UI commands
  • πŸ‘¨πŸ»β€πŸ’» Owner filter
  • ℹ️ Demo usage of dialogs and inline queries
  • πŸ”₯ And much more coming!

Usage

  • πŸ“Œ Create and clone repo from this template
  • πŸ”‘ Rename example.env to .env and change bot settings
  • πŸ“Ž Install requirements by poetry install
  • πŸš€ Run bot via python main.py

About

Useful and multifunction bot template, which use aiogram


Languages

Language:Python 98.2%Language:Dockerfile 1.8%