Skip to content

aiogram is a modern and fully asynchronous framework for Telegram Bot API written in Python using asyncio

License

Notifications You must be signed in to change notification settings

aiogram/aiogram

Repository files navigation

aiogram

MIT License PyPi status PyPi Package Version Downloads Supported python versions Telegram Bot API Tests Codecov

aiogramis a modern and fully asynchronous framework for Telegram Bot APIwritten in Python 3.8+ using asyncioand aiohttp.

Make your bots faster and more powerful!

Documentation:

Features

  • Asynchronous (asyncio docs,PEP 492)
  • Has type hints (PEP 484) and can be used withmypy
  • SupportsPyPy
  • SupportsTelegram Bot API 7.7and gets fast updates to the latest versions of the Bot API
  • Telegram Bot API integration code wasautogeneratedand can be easily re-generated when API gets updated
  • Updates router (Blueprints)
  • Has Finite State Machine
  • Uses powerfulmagic filters
  • Middlewares (incoming updates and API calls)
  • ProvidesReplies into Webhook
  • Integrated I18n/L10n support with GNU Gettext (or Fluent)

Warning

It is strongly advised that you have prior experience working withasyncio before beginning to useaiogram.

If you have any questions, you can visit our community chats on Telegram: