mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
aiogram is a modern and fully asynchronous framework for Telegram Bot API written in Python using asyncio
fix pyCharm warning 'ujson' in try block with 'except ImportError' should also be defined in except block This inspection detects names that should resolve but don't. Due to dynamic dispatch and duck typing, this is possible in a limited but useful number of cases. Top-level and class-level items are supported better than instance items. |
||
|---|---|---|
| aiogram | ||
| docs | ||
| examples | ||
| tests | ||
| .gitignore | ||
| dev_requirements.txt | ||
| environment.yml | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| README.rst | ||
| readthedocs.yml | ||
| requirements.txt | ||
| setup.py | ||
| tox.ini | ||
AIOGram
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:
- News: @aiogram_live
- Community: @aiogram
- Russian community: @aiogram_ru
- Pip: aiogram
- Docs: ReadTheDocs
- Source: Github repo
- Issues/Bug tracker: Github issues tracker
- Test bot: @aiogram_bot