aiogram is a modern and fully asynchronous framework for Telegram Bot API written in Python using asyncio
Find a file
Alex Root Junior ac2b0bb198
[3.x] Bot API 5.3 + Improvements (#618)
* Regenerate API

* Update code

* Fixed command filter for photos

* Fix tests so they are able to run

* Test new and renamed API methods

* Reformat files

* Fix outer_middleware resolution (#637) (#640)

* Fix outer_middleware resolution (#637)

* Reformat files

* Reorder routers when resolve middlewares

Co-authored-by: Alex Root Junior <jroot.junior@gmail.com>

* Added possibility to use empty callback data factory filter

* Rename KeyboardConstructor to KeyboardBuilder

* Fixed type

Co-authored-by: evgfilim1 <evgfilim1@yandex.ru>
2021-07-29 00:40:50 +03:00
.github Backport and improvements (#601) 2021-06-15 01:45:31 +03:00
aiogram [3.x] Bot API 5.3 + Improvements (#618) 2021-07-29 00:40:50 +03:00
docs [3.x] Bot API 5.3 + Improvements (#618) 2021-07-29 00:40:50 +03:00
examples Added ability to specify which update bot need to receive and process while using polling mode (#617) 2021-07-05 01:41:27 +03:00
scripts Bump version 2021-06-19 02:42:56 +03:00
tests [3.x] Bot API 5.3 + Improvements (#618) 2021-07-29 00:40:50 +03:00
.apiversion Bump version. Added pipeline for test PyPi 2021-05-12 00:13:03 +03:00
.coveragerc Clean obsolete code and change configs 2019-11-15 12:44:24 +02:00
.flake8 Clean project 2019-11-15 12:17:57 +02:00
.gitignore Added ability to specify which update bot need to receive and process while using polling mode (#617) 2021-07-05 01:41:27 +03:00
.pre-commit-config.yaml Bump pre-commit config 2020-05-13 22:58:58 +03:00
.readthedocs.yml Remove MkDocs 2021-05-13 00:13:09 +03:00
codecov.yaml Remove compatibility with Python 3.7 2021-05-25 01:00:36 +03:00
LICENSE Update license years 2019-11-15 12:18:21 +02:00
Makefile Backport and improvements (#601) 2021-06-15 01:45:31 +03:00
mypy.ini Backport and improvements (#601) 2021-06-15 01:45:31 +03:00
poetry.lock Bump version 2021-06-19 02:42:56 +03:00
pyproject.toml Oops. Enable sphinx dependencies 2021-06-19 02:43:55 +03:00
README.md Bump python version in README.md 2021-05-25 01:07:22 +03:00

aiogram 3.0 [WIP]

[Telegram] aiogram live MIT License Supported python versions Telegram Bot API PyPi Package Version PyPi status Downloads Codecov

aiogram modern and fully asynchronous framework for Telegram Bot API written in Python 3.8 with asyncio and aiohttp. It helps you to make your bots faster and simpler.