Python Package Index
p/python-package-index
A repository of software for the Python programming language
Artem Biryukov
AIOGram — Fully asynchronous Python 3.6 library for Telegram Bot API
Featured
4

Aiogram is a pretty simple and fully asynchronous library for Telegram Bot API written in Python 3.6 with asyncio and aiohttp.

Replies
Jacqueline von Tesmar
Hey @jroot_junior, What was your inspiration in building this product? Please tell us more!
AlexRootJunior
@jacqvon, i was not satisfied with the work of existing libraries. Originally i developed a tool for personal use by collecting some functionality from other libraries, but it also worked not in the best way. In consequence of which I began to write from scratch open-source library, which would be completely asynchronous has finite-state machine at the same time be clean and simple and used the capabilities of new versions of Python.
Artem Biryukov

This is probably what most of Telegram Bots Platform developers needed in Python.

Right now we use it in production in couple of projects and I would like to say that it works pretty neat especially in times of high load.

Looking forward to use it with more features.

Pros:

Fast, middlewares, storages.

Cons:

Not all functionality yet presented

Jenny Pines
I want to learn Python for me too. I have read the article from https://diceus.com/python-develo... about it, and it is cool that Python specialists earn that much. I hope I will be able to become a programmer ;)