aiogram is a modern and fully asynchronous framework for Telegram Bot API written in Python using asyncio
Find a file
2020-01-22 13:29:46 +02:00
.github Add codecov config 2020-01-22 13:10:49 +02:00
aiogram Merge remote-tracking branch 'origin/dev-3.x' into dev-3.x 2020-01-22 12:38:38 +02:00
docs Merge remote-tracking branch 'origin/dev-3.x' into dev-3.x 2020-01-21 23:33:55 +02:00
examples/data Clean obsolete code and change configs 2019-11-15 12:44:24 +02:00
tests Merge remote-tracking branch 'origin/dev-3.x' into dev-3.x 2020-01-22 12:38:38 +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
codecov.yaml Change codecov.yaml 2020-01-22 13:29:46 +02:00
LICENSE Update license years 2019-11-15 12:18:21 +02:00
Makefile Use AsyncMock with python 3.8 instead of asynctest 2020-01-11 21:15:46 +02:00
mkdocs.yml More class based handlers 2020-01-21 23:33:44 +02:00
mypy.ini Update dependencies and fix typing for TelegramAPIServer 2019-12-11 22:45:09 +02:00
poetry.lock Disable uvloop for windows 2020-01-22 00:14:14 +02:00
pyproject.toml Update pyproject.toml 2020-01-22 00:38:36 +02:00
README.md Telegram Bot API 4.5 2020-01-11 19:47:39 +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.