aiogram is a modern and fully asynchronous framework for Telegram Bot API written in Python using asyncio
Find a file
2019-12-10 01:14:58 +02:00
.github Fix pipeline install step 2019-11-18 21:17:42 +02:00
aiogram Rework polling and start covering 2019-12-10 01:14:58 +02:00
docs Add docs for command filter 2019-12-09 21:21:15 +02:00
examples/data Clean obsolete code and change configs 2019-11-15 12:44:24 +02:00
tests Rework polling and start covering 2019-12-10 01:14:58 +02:00
.coveragerc Clean obsolete code and change configs 2019-11-15 12:44:24 +02:00
.flake8 Clean project 2019-11-15 12:17:57 +02:00
.gitignore Update docs and pipeline 2019-11-17 23:40:52 +02:00
LICENSE Update license years 2019-11-15 12:18:21 +02:00
Makefile Improve typing and reformat code 2019-11-28 23:21:19 +02:00
mkdocs.yml Add docs for command filter 2019-12-09 21:21:15 +02:00
mypy.ini Add tests for handler 2019-11-24 00:17:21 +02:00
poetry.lock Cover Command filter 2019-12-04 18:04:29 +02:00
pyproject.toml Cover Command filter 2019-12-04 18:04:29 +02:00
README.md Clean obsolete code and change configs 2019-11-15 12:44:24 +02:00

aiogram 3.0 [WIP]

MIT License Supported python versions Telegram Bot API PyPi Package Version PyPi status Downloads [Telegram] aiogram live

aiogram modern 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.