Skip to content

volodymyrtuta/ai-gram

Repository files navigation

aiogram

Make your bots faster and more powerful!

Features

  • Asynchronous (asyncio docs, PEP 492)
  • Has type hints (PEP 484) and can be used with mypy
  • Supports PyPy
  • Supports Telegram Bot API 6.9 and gets fast updates to the latest versions of the Bot API
  • Telegram Bot API integration code was autogenerated and can be easily re-generated when API gets updated
  • Updates router (Blueprints)
  • Has Finite State Machine
  • Uses powerful magic filters
  • Middlewares (incoming updates and API calls)
  • Provides Replies into Webhook
  • Integrated I18n/L10n support with GNU Gettext (or Fluent)

Warning

It is strongly advised that you have prior experience working with asyncio before beginning to use aiogram.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages