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
Channel created
Today has been released aiogram v0.3.3

This version is fully provide Telegram Bot API 3.2.

Now you can install it from pip: pip install aiogram
You can found latest docs at: http://aiogram.readthedocs.io
#aiogram
aiogram is are pretty simple and fully asynchronously library for Telegram Bot API written in Python 3.6 with asyncio and aiohttp. It helps to make your bots more faster and simpler.
Channel photo updated
Planned to be add:
1) Redis and/or aioredis storage for FSM (finite-state machine)
2) Documentation for everything #aiogram features.
3) Will be added more examples.
4) Add the ability to use HTTP proxy. (Already done, but not published)
Approved implementing new Finite-State Machine and it will be added in v0.3.4.

That will be located inside Dispatcher and all state-handlers can be registered like simple message handler or etc. (with decorator or without him)

What about old FSM and next-step handler?
In v0.3.4 it will be marked as deprecated and in next versions it will be removed.
aiogram v0.3.4 is released!
- Implemented new Finite-State Machine.
- Provide to use http-proxy connections.
- Marked as "deprecated" old stuff (like next_step_handler and StateMachine).
- Fixed optional arguments in API methods.
- Some minor improvements.
- Fixed docs indentation.

You can install new version by calling command in you shell: pip install -U aiogram