aiogram is a modern and fully asynchronous framework for Telegram Bot API written in Python using asyncio
Find a file
Aleksandr 32bc05130f
Added get_url() method for Message object and shifted_id property for Chat object (#585)
* Added get_url() method for Message object and shifted_id property for Chat object

* Added missing closing bracket to shifted_id description

* Added basic groups to skipped pattern, simplified code

* Return None instead of raising TypeError, removed redundant f-string

* Change get_url typing to Optional[str]

* Better shifted_id method

* get_url tests added

* Added whitespace (E226)

* Code format with black

* Parametrized test
2021-06-05 13:37:01 +03:00
.github Remove compatibility with Python 3.7 2021-05-25 01:00:36 +03:00
aiogram Added get_url() method for Message object and shifted_id property for Chat object (#585) 2021-06-05 13:37:01 +03:00
docs Added codecov badge 2021-05-13 22:23:49 +03:00
examples Added lost files 2021-05-25 01:00:58 +03:00
scripts Small changes in documentation 2021-05-12 23:00:12 +03:00
tests Added get_url() method for Message object and shifted_id property for Chat object (#585) 2021-06-05 13:37:01 +03:00
.apiversion Bump version. Added pipeline for test PyPi 2021-05-12 00:13:03 +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 Upgrade architecture + 5.0 Bot API (#469) 2021-01-26 21:20:52 +02:00
.pre-commit-config.yaml Bump pre-commit config 2020-05-13 22:58:58 +03:00
.readthedocs.yml Remove MkDocs 2021-05-13 00:13:09 +03:00
codecov.yaml Remove compatibility with Python 3.7 2021-05-25 01:00:36 +03:00
LICENSE Update license years 2019-11-15 12:18:21 +02:00
Makefile Remove MkDocs 2021-05-13 00:13:09 +03:00
mypy.ini Turn off mypy on tests folder 2020-03-25 16:19:48 +03:00
poetry.lock Remove compatibility with Python 3.7 2021-05-25 01:00:36 +03:00
pyproject.toml Remove compatibility with Python 3.7 2021-05-25 01:00:36 +03:00
README.md Bump python version in README.md 2021-05-25 01:07:22 +03:00

aiogram 3.0 [WIP]

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

aiogram modern and fully asynchronous framework for Telegram Bot API written in Python 3.8 with asyncio and aiohttp. It helps you to make your bots faster and simpler.