aiogram is a modern and fully asynchronous framework for Telegram Bot API written in Python using asyncio
Find a file
2018-09-08 02:14:14 +03:00
aiogram Merge remote-tracking branch 'origin/dev-2.x' into dev-2.x 2018-09-07 23:18:16 +03:00
docs Add autogenerated docs for examples. Will be changed soon. 2018-09-08 02:14:14 +03:00
examples Experimental: FSM Middleware. 2018-08-14 19:19:10 +03:00
tests Added tests for StatesGroup 2018-06-29 18:52:06 +03:00
.gitignore Implement i18n middleware and add example. 2018-06-30 03:59:34 +03:00
dev_requirements.txt Conda... Hate RTD and small changes in docs config. 2018-09-08 00:18:44 +03:00
environment.yml Try to change conda channels. 2018-09-08 00:25:48 +03:00
LICENSE Bump license: Year. 2018-05-05 14:37:54 +03:00
Makefile Upd Makefile 2018-04-05 23:28:18 +03:00
README.md updated py version too 2018-08-17 14:25:11 +03:00
README.rst updated py version 2018-08-17 14:24:28 +03:00
readthedocs.yml Maybe this. (test 42135) 2017-06-06 16:28:31 +03:00
requirements.txt Upd requirements. 2018-04-22 22:12:25 +03:00
setup.py Write docs and small fixes. 2018-09-07 21:24:13 +03:00
tox.ini Bump Python version in tox and RTD environments. 2018-07-13 23:58:43 +03:00

AIOGram

[Telegram] aiogram live PyPi Package Version PyPi status Supported python versions Documentation Status Github issues MIT License

aiogram is a pretty simple and fully asynchronous library for Telegram Bot API written in Python 3.7 with asyncio and aiohttp. It helps you to make your bots faster and simpler.

You can read the docs here.

Official aiogram resources: