mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-08 17:13:56 +00:00
adwanced
This commit is contained in:
parent
5b6ec599b1
commit
569a9c807c
2 changed files with 10 additions and 9 deletions
|
|
@ -1,8 +1,8 @@
|
||||||
# Overview
|
# Overview
|
||||||
|
|
||||||
**aiogram**'s provides powerful mechanism for customizing event handlers via middlewares.
|
**aiogram** provides powerful mechanism for customizing event handlers via middlewares.
|
||||||
|
|
||||||
Middlewares in bot framework seems like Middlewares mechanism in powerful web-frameworks
|
Middlewares in bot framework seems like Middlewares mechanism in web-frameworks
|
||||||
(like [aiohttp](https://docs.aiohttp.org/en/stable/web_advanced.html#aiohttp-web-middlewares),
|
(like [aiohttp](https://docs.aiohttp.org/en/stable/web_advanced.html#aiohttp-web-middlewares),
|
||||||
[fastapi](https://fastapi.tiangolo.com/tutorial/middleware/),
|
[fastapi](https://fastapi.tiangolo.com/tutorial/middleware/),
|
||||||
[Django](https://docs.djangoproject.com/en/3.0/topics/http/middleware/) or etc.)
|
[Django](https://docs.djangoproject.com/en/3.0/topics/http/middleware/) or etc.)
|
||||||
|
|
|
||||||
|
|
@ -2,13 +2,14 @@
|
||||||
|
|
||||||
Documentation for version 3.0 [WIP] [^1]
|
Documentation for version 3.0 [WIP] [^1]
|
||||||
|
|
||||||
[](https://opensource.org/licenses/MIT)
|
[](https://opensource.org/licenses/MIT)
|
||||||
[](https://pypi.python.org/pypi/aiogram)
|
[](https://pypi.python.org/pypi/aiogram)
|
||||||
[](https://core.telegram.org/bots/api)
|
[](https://core.telegram.org/bots/api)
|
||||||
[](https://pypi.python.org/pypi/aiogram)
|
[](https://github.com/aiogram/aiogram/actions)
|
||||||
[](https://pypi.python.org/pypi/aiogram)
|
[](https://pypi.python.org/pypi/aiogram)
|
||||||
[](https://pypi.python.org/pypi/aiogram)
|
[](https://pypi.python.org/pypi/aiogram)
|
||||||
[![\[Telegram\] aiogram live](https://img.shields.io/badge/telegram-aiogram-blue.svg?style=flat-square)](https://t.me/aiogram_live)
|
[](https://pypi.python.org/pypi/aiogram)
|
||||||
|
[![\[Telegram\] aiogram live](https://img.shields.io/badge/telegram-aiogram-blue.svg)](https://t.me/aiogram_live)
|
||||||
|
|
||||||
**aiogram** modern and fully asynchronous framework for [Telegram Bot API](https://core.telegram.org/bots/api) written in Python 3.7 with [asyncio](https://docs.python.org/3/library/asyncio.html) and [aiohttp](https://github.com/aio-libs/aiohttp). It helps you to make your bots faster and simpler.
|
**aiogram** modern and fully asynchronous framework for [Telegram Bot API](https://core.telegram.org/bots/api) written in Python 3.7 with [asyncio](https://docs.python.org/3/library/asyncio.html) and [aiohttp](https://github.com/aio-libs/aiohttp). It helps you to make your bots faster and simpler.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue