{"id":13405629,"url":"https://github.com/aiogram/aiogram","last_synced_at":"2025-05-12T03:40:09.151Z","repository":{"id":37470247,"uuid":"111210856","full_name":"aiogram/aiogram","owner":"aiogram","description":"aiogram is a modern and fully asynchronous framework for Telegram Bot API written in Python using asyncio","archived":false,"fork":false,"pushed_at":"2025-05-09T18:25:41.000Z","size":9684,"stargazers_count":5119,"open_issues_count":32,"forks_count":874,"subscribers_count":101,"default_branch":"dev-3.x","last_synced_at":"2025-05-09T19:31:48.161Z","etag":null,"topics":["aiogram","asyncio","bot","bot-framework","python","telegram-bot","telegram-bot-api"],"latest_commit_sha":null,"homepage":"https://aiogram.dev","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aiogram.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"open_collective":"aiogram"}},"created_at":"2017-11-18T14:11:13.000Z","updated_at":"2025-05-09T18:25:45.000Z","dependencies_parsed_at":"2024-01-12T04:46:32.884Z","dependency_job_id":"1bdadd26-01ae-4de0-a217-d521bc30af20","html_url":"https://github.com/aiogram/aiogram","commit_stats":{"total_commits":1860,"total_committers":119,"mean_commits":"15.630252100840336","dds":0.2666666666666667,"last_synced_commit":"1dbdcf05164807f6f674891f057efa3ad64a413f"},"previous_names":[],"tags_count":122,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aiogram%2Faiogram","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aiogram%2Faiogram/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aiogram%2Faiogram/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aiogram%2Faiogram/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aiogram","download_url":"https://codeload.github.com/aiogram/aiogram/tar.gz/refs/heads/dev-3.x","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253497296,"owners_count":21917683,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aiogram","asyncio","bot","bot-framework","python","telegram-bot","telegram-bot-api"],"created_at":"2024-07-30T19:02:06.959Z","updated_at":"2025-05-12T03:40:09.128Z","avatar_url":"https://github.com/aiogram.png","language":"Python","readme":"#######\naiogram\n#######\n\n.. image:: https://img.shields.io/pypi/l/aiogram.svg?style=flat-square\n    :target: https://opensource.org/licenses/MIT\n    :alt: MIT License\n\n.. image:: https://img.shields.io/pypi/status/aiogram.svg?style=flat-square\n    :target: https://pypi.python.org/pypi/aiogram\n    :alt: PyPi status\n\n.. image:: https://img.shields.io/pypi/v/aiogram.svg?style=flat-square\n    :target: https://pypi.python.org/pypi/aiogram\n    :alt: PyPi Package Version\n\n.. image:: https://img.shields.io/pypi/dm/aiogram.svg?style=flat-square\n    :target: https://pypi.python.org/pypi/aiogram\n    :alt: Downloads\n\n.. image:: https://img.shields.io/pypi/pyversions/aiogram.svg?style=flat-square\n    :target: https://pypi.python.org/pypi/aiogram\n    :alt: Supported python versions\n\n.. image:: https://img.shields.io/badge/dynamic/json?color=blue\u0026logo=telegram\u0026label=Telegram%20Bot%20API\u0026query=%24.api.version\u0026url=https%3A%2F%2Fraw.githubusercontent.com%2Faiogram%2Faiogram%2Fdev-3.x%2F.butcher%2Fschema%2Fschema.json\u0026style=flat-square\n    :target: https://core.telegram.org/bots/api\n    :alt: Telegram Bot API\n\n.. image:: https://img.shields.io/github/actions/workflow/status/aiogram/aiogram/tests.yml?branch=dev-3.x\u0026style=flat-square\n    :target: https://github.com/aiogram/aiogram/actions\n    :alt: Tests\n\n.. image:: https://img.shields.io/codecov/c/github/aiogram/aiogram?style=flat-square\n    :target: https://app.codecov.io/gh/aiogram/aiogram\n    :alt: Codecov\n\n**aiogram** is a modern and fully asynchronous framework for\n`Telegram Bot API \u003chttps://core.telegram.org/bots/api\u003e`_ written in Python 3.8+ using\n`asyncio \u003chttps://docs.python.org/3/library/asyncio.html\u003e`_ and\n`aiohttp \u003chttps://github.com/aio-libs/aiohttp\u003e`_.\n\nMake your bots faster and more powerful!\n\nDocumentation:\n - 🇺🇸 `English \u003chttps://docs.aiogram.dev/en/dev-3.x/\u003e`_\n - 🇺🇦 `Ukrainian \u003chttps://docs.aiogram.dev/uk_UA/dev-3.x/\u003e`_\n\n\nFeatures\n========\n\n- Asynchronous (`asyncio docs \u003chttps://docs.python.org/3/library/asyncio.html\u003e`_, :pep:`492`)\n- Has type hints (:pep:`484`) and can be used with `mypy \u003chttp://mypy-lang.org/\u003e`_\n- Supports `PyPy \u003chttps://www.pypy.org/\u003e`_\n- Supports `Telegram Bot API 9.0 \u003chttps://core.telegram.org/bots/api\u003e`_ and gets fast updates to the latest versions of the Bot API\n- Telegram Bot API integration code was `autogenerated \u003chttps://github.com/aiogram/tg-codegen\u003e`_ and can be easily re-generated when API gets updated\n- Updates router (Blueprints)\n- Has Finite State Machine\n- Uses powerful `magic filters \u003chttps://docs.aiogram.dev/en/latest/dispatcher/filters/magic_filters.html#magic-filters\u003e`_\n- Middlewares (incoming updates and API calls)\n- Provides `Replies into Webhook \u003chttps://core.telegram.org/bots/faq#how-can-i-make-requests-in-response-to-updates\u003e`_\n- Integrated I18n/L10n support with GNU Gettext (or Fluent)\n\n\n.. warning::\n\n    It is strongly advised that you have prior experience working\n    with `asyncio \u003chttps://docs.python.org/3/library/asyncio.html\u003e`_\n    before beginning to use **aiogram**.\n\n    If you have any questions, you can visit our community chats on Telegram:\n\n    - 🇺🇸 `@aiogram \u003chttps://t.me/aiogram\u003e`_\n    - 🇺🇦 `@aiogramua \u003chttps://t.me/aiogramua\u003e`_\n    - 🇺🇿 `@aiogram_uz \u003chttps://t.me/aiogram_uz\u003e`_\n    - 🇰🇿 `@aiogram_kz \u003chttps://t.me/aiogram_kz\u003e`_\n    - 🇷🇺 `@aiogram_ru \u003chttps://t.me/aiogram_ru\u003e`_\n    - 🇮🇷 `@aiogram_fa \u003chttps://t.me/aiogram_fa\u003e`_\n    - 🇮🇹 `@aiogram_it \u003chttps://t.me/aiogram_it\u003e`_\n    - 🇧🇷 `@aiogram_br \u003chttps://t.me/aiogram_br\u003e`_\n","funding_links":["https://opencollective.com/aiogram"],"categories":["Python","Career Path","FAQs","网络服务","Содержание:","Libraries","Telegram Libraries","Bots","📚 فهرست"],"sub_categories":["网络服务_其他","Telegram","Python","Bot Libs","ساخت بات تلگرام"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faiogram%2Faiogram","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faiogram%2Faiogram","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faiogram%2Faiogram/lists"}