aiogram is a modern and fully asynchronous framework for Telegram Bot API written in Python using asyncio
Find a file
2023-01-07 22:36:09 +02:00
.butcher Added full support of Bot API 6.4 (#1088) 2022-12-30 22:44:25 +02:00
.github Tests on Python 3.11 (#1044) 2022-10-26 22:21:04 +03:00
aiogram Added full support of Bot API 6.4 (#1088) 2022-12-30 22:44:25 +02:00
CHANGES Added full support of Bot API 6.4 (#1088) 2022-12-30 22:44:25 +02:00
docs Added full support of Bot API 6.4 (#1088) 2022-12-30 22:44:25 +02:00
examples Remove filters factory, introduce docs translation (#978) 2022-10-02 00:04:31 +03:00
requirements Added certifi (#1066) 2022-11-13 00:43:31 +02:00
scripts Update README and docs main page 2021-10-11 01:29:06 +03:00
tests Merge remote-tracking branch 'origin/dev-3.x' into dev-3.x 2023-01-07 22:36:09 +02:00
.apiversion Added full support of Bot API 6.4 (#1088) 2022-12-30 22:44:25 +02:00
.coveragerc Bot API 5.7 and some new features (#834) 2022-02-19 01:45:59 +02:00
.editorconfig Adding new code-generator (Butcher) (#1069) 2022-11-21 01:06:55 +02:00
.flake8 Clean project 2019-11-15 12:17:57 +02:00
.gitignore Remove filters factory, introduce docs translation (#978) 2022-10-02 00:04:31 +03:00
.pre-commit-config.yaml Adding new code-generator (Butcher) (#1069) 2022-11-21 01:06:55 +02:00
.readthedocs.yml Downgrade Python for docs 2022-10-02 00:33:24 +03:00
CHANGES.rst Release 3.0.0-beta.6 2022-11-18 11:42:47 +02:00
codecov.yaml Remove compatibility with Python 3.7 2021-05-25 01:00:36 +03:00
HISTORY.rst towncrier integration (#647) 2021-08-01 19:08:03 +03:00
LICENSE [3.x] Bot API 6.0 (#890) 2022-04-19 22:03:24 +03:00
Makefile Small fix in translated pages 2022-10-15 00:46:53 +03:00
mypy.ini Beta 3 (#884) 2022-04-16 19:07:32 +03:00
poetry.lock Added lost files 2022-12-10 21:10:16 +02:00
pyproject.toml Add missing shortcuts, new enums, reworked old stuff (#1070) 2022-12-04 03:05:49 +02:00
pytest.ini Added support of Bot API 6.2 (#975) 2022-08-14 16:32:29 +03:00
README.rst Added full support of Bot API 6.4 (#1088) 2022-12-30 22:44:25 +02:00

####################
aiogram |beta badge|
####################

.. danger::
    This version is still in development!

.. image:: https://img.shields.io/pypi/l/aiogram.svg
    :target: https://opensource.org/licenses/MIT
    :alt: MIT License

.. image:: https://img.shields.io/pypi/pyversions/aiogram.svg
    :target: https://pypi.python.org/pypi/aiogram
    :alt: Supported python versions

.. image:: https://img.shields.io/badge/Telegram%20Bot%20API-6.4-blue.svg?logo=telegram
    :target: https://core.telegram.org/bots/api
    :alt: Telegram Bot API

.. image:: https://github.com/aiogram/aiogram/workflows/Tests/badge.svg?branch=dev-3.x
    :target: https://github.com/aiogram/aiogram/actions
    :alt: Tests

.. image:: https://img.shields.io/pypi/v/aiogram.svg
    :target: https://pypi.python.org/pypi/aiogram
    :alt: PyPi Package Version

.. image:: https://img.shields.io/pypi/status/aiogram.svg
    :target: https://pypi.python.org/pypi/aiogram
    :alt: PyPi status

.. image:: https://img.shields.io/pypi/dm/aiogram.svg
    :target: https://pypi.python.org/pypi/aiogram
    :alt: Downloads

.. image:: https://img.shields.io/badge/telegram-aiogram-blue.svg
    :target: https://t.me/aiogram_live
    :alt: [Telegram] aiogram live

.. image:: https://img.shields.io/codecov/c/github/aiogram/aiogram?style=flat-square
    :target: https://app.codecov.io/gh/aiogram/aiogram
    :alt: Codecov

**aiogram** is a modern and fully asynchronous framework for
`Telegram Bot API <https://core.telegram.org/bots/api>`_ written in Python 3.8 using
`asyncio <https://docs.python.org/3/library/asyncio.html>`_ and
`aiohttp <https://github.com/aio-libs/aiohttp>`_.

Make your bots faster and more powerful!

Documentation:
 - 🇺🇸 `English <https://docs.aiogram.dev/en/dev-3.x/>`_
 - 🇺🇦 `Ukrainian <https://docs.aiogram.dev/uk_UA/dev-3.x/>`_


.. danger::

    **Breaking News:**

    *aiogram* 3.0 has breaking changes.

    It breaks backward compatibility by introducing new breaking changes!

Features
========

- Asynchronous (`asyncio docs <https://docs.python.org/3/library/asyncio.html>`_, :pep:`492`)
- Has type hints (:pep:`484`) and can be used with `mypy <http://mypy-lang.org/>`_
- Supports `PyPy <https://www.pypy.org/>`_
- Supports `Telegram Bot API 6.4 <https://core.telegram.org/bots/api>`_ and gets fast updates to the latest versions of the Bot API
- Telegram Bot API integration code was `autogenerated <https://github.com/aiogram/tg-codegen>`_ and can be easily re-generated when API gets updated
- Updates router (Blueprints)
- Has Finite State Machine
- Uses powerful `magic filters <https://docs.aiogram.dev/en/dev-3.x/dispatcher/filters/magic_filters.html#magic-filters>`
- Middlewares (incoming updates and API calls)
- Provides `Replies into Webhook <https://core.telegram.org/bots/faq#how-can-i-make-requests-in-response-to-updates>`_
- Integrated I18n/L10n support with GNU Gettext (or Fluent)


.. warning::

    It is strongly advised that you have prior experience working
    with `asyncio <https://docs.python.org/3/library/asyncio.html>`_
    before beginning to use **aiogram**.

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

    - 🇺🇸 `@aiogram <https://t.me/aiogram>`_
    - 🇺🇦 `@aiogramua <https://t.me/aiogramua>`_
    - 🇺🇿 `@aiogram_uz <https://t.me/aiogram_uz>`_
    - 🇰🇿 `@aiogram_kz <https://t.me/aiogram_kz>`_
    - 🇷🇺 `@aiogram_ru <https://t.me/aiogram_ru>`_
    - 🇮🇷 `@aiogram_fa <https://t.me/aiogram_fa>`_
    - 🇮🇹 `@aiogram_it <https://t.me/aiogram_it>`_
    - 🇧🇷 `@aiogram_br <https://t.me/aiogram_br>`_


.. |beta badge| image:: https://img.shields.io/badge/-beta-orange
  :alt: Beta badge