aiogram is a modern and fully asynchronous framework for Telegram Bot API written in Python using asyncio
Find a file
Arslan 'Ars2014' Sakhapov 274969c6a4 Updated rethinkdb.py for using rethinkdb ver.2.4.1 and higher
Removed a connection pool as an excess
 Removed useless variables and classes
Added rethinkdb>=2.4.1 in dev_requirements.txt
2019-03-31 19:17:32 +05:00
.github Move PULL_REQUEST_TEMPLATE.md to .github directory 2018-09-28 17:08:09 +03:00
aiogram Updated rethinkdb.py for using rethinkdb ver.2.4.1 and higher 2019-03-31 19:17:32 +05:00
docs Update migration_1_to_2.rst 2019-01-13 00:53:35 +03:00
examples Enumerate posts in example from 1 2018-11-24 22:50:18 +02: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
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2018-09-28 16:47:44 +03:00
dev_requirements.txt Updated rethinkdb.py for using rethinkdb ver.2.4.1 and higher 2019-03-31 19:17:32 +05: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 Add downloads badge 2018-10-28 20:32:04 +02:00
README.rst Add downloads badge 2018-10-28 20:32:04 +02:00
readthedocs.yml Maybe this. (test 42135) 2017-06-06 16:28:31 +03:00
requirements.txt Bump requirements.txt 2018-10-20 16:04:12 +03:00
setup.py Fix "Cannot install aiogram from tar.gz archive #84" 2018-11-25 18:32:58 +02: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 Downloads 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: