aiogram is a modern and fully asynchronous framework for Telegram Bot API written in Python using asyncio
Find a file
2020-03-12 20:52:27 +03:00
.github 💬 Replace all aiohttp mentions to httpx 2020-03-12 20:52:10 +03:00
aiogram Add httpx client and set it as default 2020-03-12 20:35:46 +03:00
docs 💬 Replace all aiohttp mentions to httpx 2020-03-12 20:52:10 +03:00
examples/data Clean obsolete code and change configs 2019-11-15 12:44:24 +02:00
tests 📌 Change ^0.12.0 to ^0.12 for allowing minor updating 2020-03-12 20:42:21 +03: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 Exclude dir with development experiments 2020-01-25 19:05:58 +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 Move TODO to external page in docs 2020-01-30 18:02:23 +02:00
mypy.ini Update dependencies and fix typing for TelegramAPIServer 2019-12-11 22:45:09 +02:00
poetry.lock 🔥 Move aiohttp to optional dependencies 2020-03-12 20:52:27 +03:00
pyproject.toml 🔥 Move aiohttp to optional dependencies 2020-03-12 20:52:27 +03:00
README.md 💬 Replace all aiohttp mentions to httpx 2020-03-12 20:52:10 +03: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 httpx. It helps you to make your bots faster and simpler.