aiogram live
1.97K subscribers
3 photos
1 video
101 links
aiogram - is are pretty simple and fully asynchronously library for Telegram Bot API written in Python 3.9 with asyncio and aiohttp. It helps to make your bots more faster and simpler.
Download Telegram
[WARNING]
In the next update is planned to update aiohttp version from 2.3.5 to 3.1.3

https://aiohttp.readthedocs.io/en/stable/whats_new_3_0.html
Released new version of aiogram (v1.4)
Implemented features from Bot API 4.0

You can install new version from pypi: pip install -U aiogram
[EN] 2018 is coming to an end, let's summarize this year:
- 12 releases published
- Over 170 stars collected on GitHub
- The transition to the Python 3.7.

What is planned for 2019? First of all I want:
- Improve aiogram documentation
- Implement a wrapper for the Facebook Messenger API
- Implement wrappers for Viber, WhatsApp (if i can get access)
- Move the dispatcher's to a separate library for easy re-use in wrappers for different APIs.


And also I express my gratitude to the formed community.
Thank you all for your support and motivation to continue developing! :)


[RU] 2018 год подходит к концу, давайте же подведем итоги этого года:
- Опубликовано 12 релизов
- Собрано более 170 звезд на GitHub
- Совершен переход на Python 3.7.

Что планируется на 2019 год? В первую очередь хочу:
- Улучшить документацию aiogram
- Реализовать обертку над Facebook Messenger API
- Реализовать обертки над Viber, WhatsApp (если удастся получить доступ)
- Вынести скилет диспетчера в отдельную библиотеку для удобства переиспользования в обертках над разными API.


А так же выражаю благодарность сформировавшемуся сообществу.
Forwarded from Alex RootJunior 🇺🇦
Выбираем название для обертки надо Viber API
Choose a name for the Viber API wrapper
Anonymous Poll
23%
aiober
15%
pyber
29%
viberio
4%
pyberio
7%
asyncviber
3%
viberrio
6%
aiopyber
6%
vibot
1%
piberio
6%
viberbot
I am appreciative to all our community for your support in 2019!

I want to summarize this year:
- Published 4 releases (2.1-2.4), partially prepared 2.5 with support of Bot API 4.5
- The development of a large release 3.0 has begun, which should become a new, significant round in the development of our framework
- Connected OpenCollective funding platform
- Received 2 times more stars than in previous years, now we have about 530 stars
- Purchased aiogram.dev domain and added subdomains for documentation - docs.aiogram.dev and dev-docs.aiogram.dev
- The number of contributors increased

First of all, I plan to do in 2020:
- Support for Bot API 4.5 (in the early days of January)
- Finish development of version 3.0 (will take several months)
- connect more funding platforms

In 2020 I wish you all good projects, adequate customers and all the best!
Released new version of aiogram (v2.5)

Added full support of Telegram Bot API 4.5

Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.5
You can install new version from pypi: pip install -U aiogram
Published hot-fix for aiogram (v2.5.1)

Fixed CommandStart filter

Changelog: https://github.com/aiogram/aiogram/releases/tag/v2.5.1
You can install new version from pypi: pip install -U aiogram