aiogram is a modern and fully asynchronous framework for Telegram Bot API written in Python using asyncio
Find a file
Oleg A b109523cda
Add .get_url() method
Use this method to get chat link.
Private chat returns user link.
Other chat types return either username link (if they are public) or invite link (if they are private).
2018-05-23 00:10:34 +03:00
aiogram Add .get_url() method 2018-05-23 00:10:34 +03:00
docs Update setup.py. Remove versions util. 2018-05-02 13:45:47 +03:00
examples Example: Simple broadcast messages 2018-05-04 00:19:18 +03:00
tests Add chat migrate event to dataset 2018-05-22 02:21:44 +03:00
.gitignore Cleanup .gitignore 2018-04-05 23:27:05 +03:00
dev_requirements.txt Update setup.py. Remove versions util. 2018-05-02 13:45:47 +03:00
environment.yml I hate RTD. 2017-08-26 12:22:57 +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 Is a pretty simple... 2018-01-23 17:02:52 +03:00
README.rst Is a pretty simple... 2018-01-23 17:02:52 +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 Fix classifiers list. 2018-05-11 00:27:18 +03:00
tox.ini Start using tox (Now without tests) 2017-11-29 14:57:07 +02: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.6 with asyncio and aiohttp. It helps you to make your bots faster and simpler.

You can read the docs here.

Official aiogram resources: