aiogram is a modern and fully asynchronous framework for Telegram Bot API written in Python using asyncio
Find a file
2021-04-19 22:06:10 +03:00
.github Remove docs pipeline 2021-04-19 01:51:32 +03:00
aiogram Fixed Dispatcher._process_update 2021-04-19 22:06:10 +03:00
docs Regenerate corresponding to Bot API 5.1 2021-03-14 23:15:19 +02:00
docs2 Added base of FSM. Markup constructor and small refactoring 2021-04-19 00:58:47 +03:00
examples Upgrade architecture + 5.0 Bot API (#469) 2021-01-26 21:20:52 +02:00
scripts Fix version parsing 2021-02-07 19:04:26 +02:00
tests Fixed Dispatcher._process_update 2021-04-19 22:06:10 +03:00
.apiversion Regenerate corresponding to Bot API 5.1 2021-03-14 23:15:19 +02: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 Upgrade architecture + 5.0 Bot API (#469) 2021-01-26 21:20:52 +02:00
.pre-commit-config.yaml Bump pre-commit config 2020-05-13 22:58:58 +03:00
.readthedocs.yml Upgrade architecture + 5.0 Bot API (#469) 2021-01-26 21:20:52 +02:00
codecov.yaml Upgrade architecture + 5.0 Bot API (#469) 2021-01-26 21:20:52 +02:00
LICENSE Update license years 2019-11-15 12:18:21 +02:00
Makefile Fix version parsing 2021-02-07 19:04:26 +02:00
mkdocs.yml Download feature and URLInputFile (#332) 2020-05-27 01:25:13 +03:00
mypy.ini Turn off mypy on tests folder 2020-03-25 16:19:48 +03:00
poetry.lock Fix dependencies 2021-04-19 01:08:17 +03:00
pyproject.toml Fix dependencies 2021-04-19 01:08:17 +03:00
README.md Bump versions 2020-01-25 18:32:47 +02:00

aiogram 3.0 [WIP]

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

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