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:
You can found latest docs at: http://aiogram.readthedocs.io
#aiogram
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
Official aiogram resources:
News: @aiogram_live
Community: @aiogram
Russian community: @aiogram_ru
Pip: https://pypi.python.org/pypi/aiogram
Docs: http://aiogram.readthedocs.io
Source: https://bitbucket.org/illemius/aiogram
Issues/Bug tracker: https://bitbucket.org/illemius/aiogram/issues
Test bot: @aiogram_bot
News: @aiogram_live
Community: @aiogram
Russian community: @aiogram_ru
Pip: https://pypi.python.org/pypi/aiogram
Docs: http://aiogram.readthedocs.io
Source: https://bitbucket.org/illemius/aiogram
Issues/Bug tracker: https://bitbucket.org/illemius/aiogram/issues
Test bot: @aiogram_bot
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.
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)
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.
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:
- 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