aiogram is a modern and fully asynchronous framework for Telegram Bot API written in Python using asyncio
Find a file
darksidecat 99c99cec78
Add middleware for logging outgoing requests (#716)
* add middleware for logging outgoing requests

* add middleware description

* fix RequestMiddlewareType callable signature

* undo `fix`, update signatures in tests

* remove repeating code

* accept proposed changes

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

* update tests

* add patchnote

Co-authored-by: Alex Root Junior <jroot.junior@gmail.com>
2021-10-06 00:57:26 +03:00
.github Dev 3.x i18n & improvements (#696) 2021-09-22 00:52:38 +03:00
aiogram Add middleware for logging outgoing requests (#716) 2021-10-06 00:57:26 +03:00
CHANGES Add middleware for logging outgoing requests (#716) 2021-10-06 00:57:26 +03:00
docs Dev 3.x i18n & improvements (#696) 2021-09-22 00:52:38 +03:00
examples Reworked handlers in use (#682) 2021-09-07 01:04:33 +03:00
scripts Bump version 2021-06-19 02:42:56 +03:00
tests Add middleware for logging outgoing requests (#716) 2021-10-06 00:57:26 +03:00
.apiversion Updated pre-commit hook (#681) 2021-09-07 00:32:43 +03:00
.coveragerc Dev 3.x i18n & improvements (#696) 2021-09-22 00:52:38 +03:00
.editorconfig Improve .editorconfig (#658) 2021-08-05 22:25:13 +03: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 Updated pre-commit hook (#681) 2021-09-07 00:32:43 +03:00
.readthedocs.yml Remove MkDocs 2021-05-13 00:13:09 +03:00
CHANGES.rst Update changelog 2021-09-24 00:10:59 +03: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 Updated pre-commit hook (#681) 2021-09-07 00:32:43 +03:00
Makefile Dev 3.x i18n & improvements (#696) 2021-09-22 00:52:38 +03:00
mypy.ini Dev 3.x i18n & improvements (#696) 2021-09-22 00:52:38 +03:00
poetry.lock Dev 3.x i18n & improvements (#696) 2021-09-22 00:52:38 +03:00
pyproject.toml Added html/md_text properties to Message object and refactor I18n context 2021-09-23 23:45:22 +03:00
README.md Bump version 2021-08-01 01:09:43 +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.