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
The reason is that .partition() doesn't have a default param as .split has, and default split param gives possibility to split not only by whitespaces, but also whitespace consequences (so the .strip() in get_args() not needed) and newlines.
It's called "fix", because without it, commands like this:
'''/command
arg
arg1'''
are resulting with ('/command\narg\narg1', '', '')
|
||
|---|---|---|
| .github | ||
| aiogram | ||
| docs | ||
| examples | ||
| tests | ||
| .gitignore | ||
| .readthedocs.yml | ||
| CODE_OF_CONDUCT.md | ||
| dev_requirements.txt | ||
| environment.yml | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| README.rst | ||
| requirements.txt | ||
| setup.py | ||
| tox.ini | ||
AIOGram
aiogram is a pretty simple and fully asynchronous framework for Telegram Bot API written in Python 3.7 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: aiogram site
- Source: Github repo
- Issues/Bug tracker: Github issues tracker
- Test bot: @aiogram_bot
Contributors
Code Contributors
This project exists thanks to all the people who contribute. [Code of conduct].
Financial Contributors
Become a financial contributor and help us sustain our community. [Contribute]
Individuals
Organizations
Support this project with your organization. Your logo will show up here with a link to your website. [Contribute]