- Notifications
You must be signed in to change notification settings - Fork856
aiogram is a modern and fully asynchronous framework for Telegram Bot API written in Python using asyncio
License
NotificationsYou must be signed in to change notification settings
aiogram/aiogram
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
aiogram is a modern and fully asynchronous framework forTelegram Bot API written in Python 3.8+ usingasyncio andaiohttp.
Make your bots faster and more powerful!
- Asynchronous (asyncio docs,PEP 492)
- Has type hints (PEP 484) and can be used withmypy
- SupportsPyPy
- SupportsTelegram Bot API 8.3 and gets fast updates to the latest versions of the Bot API
- Telegram Bot API integration code wasautogenerated and 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 workingwithasynciobefore beginning to useaiogram.
If you have any questions, you can visit our community chats on Telegram:
About
aiogram is a modern and fully asynchronous framework for Telegram Bot API written in Python using asyncio