{"id":13824848,"url":"https://github.com/KurimuzonAkuma/pyrogram","last_synced_at":"2025-07-08T20:32:24.043Z","repository":{"id":183460055,"uuid":"670130318","full_name":"KurimuzonAkuma/pyrogram","owner":"KurimuzonAkuma","description":"Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots","archived":false,"fork":true,"pushed_at":"2025-06-29T12:35:40.000Z","size":10039,"stargazers_count":541,"open_issues_count":23,"forks_count":140,"subscribers_count":11,"default_branch":"dev","last_synced_at":"2025-07-01T05:33:33.657Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pyrogram.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"pyrogram/pyrogram","license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KurimuzonAkuma.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"github":"delivrance","liberapay":"delivrance","open_collective":"pyrogram"}},"created_at":"2023-07-24T11:08:08.000Z","updated_at":"2025-06-29T20:14:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"eef3def3-f117-4d41-a686-02c562cb42c5","html_url":"https://github.com/KurimuzonAkuma/pyrogram","commit_stats":null,"previous_names":["kurimuzonakuma/pyrogram"],"tags_count":100,"template":false,"template_full_name":null,"purl":"pkg:github/KurimuzonAkuma/pyrogram","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KurimuzonAkuma%2Fpyrogram","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KurimuzonAkuma%2Fpyrogram/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KurimuzonAkuma%2Fpyrogram/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KurimuzonAkuma%2Fpyrogram/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KurimuzonAkuma","download_url":"https://codeload.github.com/KurimuzonAkuma/pyrogram/tar.gz/refs/heads/dev","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KurimuzonAkuma%2Fpyrogram/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264343725,"owners_count":23593777,"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":[],"created_at":"2024-08-04T09:01:10.416Z","updated_at":"2025-07-08T20:32:24.027Z","avatar_url":"https://github.com/KurimuzonAkuma.png","language":"Python","funding_links":["https://github.com/sponsors/delivrance","https://liberapay.com/delivrance","https://opencollective.com/pyrogram"],"categories":["Python"],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/KurimuzonAkuma/pyrogram\"\u003e\n        \u003cimg src=\"https://raw.githubusercontent.com/KurimuzonAkuma/kurigramartwork/master/kurigram-logo.png\" alt=\"Pyrogram\" width=\"128\"\u003e\n    \u003c/a\u003e\n    \u003cbr\u003e\n    \u003cb\u003eTelegram MTProto API Framework for Python\u003c/b\u003e\n    \u003cbr\u003e\n    \u003ca href=\"https://kurigram.live\"\u003e\n        Homepage\n    \u003c/a\u003e\n    •\n    \u003ca href=\"https://docs.kurigram.live\"\u003e\n        Documentation\n    \u003c/a\u003e\n    •\n    \u003ca href=\"https://t.me/kurigram_news\"\u003e\n        News\n    \u003c/a\u003e\n    •\n    \u003ca href=\"https://t.me/kurigram_chat\"\u003e\n        Chat\n    \u003c/a\u003e\n\u003c/p\u003e\n\n## Pyrogram\n\n\u003e [!NOTE]\n\u003e Unfortunately, the original pyrogram is no longer supported. I will try to be your @delivrance.\n\n\u003e Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots\n\n``` python\nfrom pyrogram import Client, filters\n\napp = Client(\"my_account\")\n\n\n@app.on_message(filters.private)\nasync def hello(client, message):\n    await message.reply(\"Hello from Pyrogram!\")\n\n\napp.run()\n```\n\n**Pyrogram** is a modern, elegant and asynchronous [MTProto API](https://docs.kurigram.live/topics/mtproto-vs-botapi)\nframework. It enables you to easily interact with the main Telegram API through a user account (custom client) or a bot\nidentity (bot API alternative) using Python.\n\n### Support\n\nIf you'd like to support my fork, you can consider:\n\n- `kurimuzonakuma.ton` - TON\n- `TCbZ7CSpTvTJ6rno2eoWWYBx7hmYF75wk3` - USDT TRC20\n\n### Key Features\n\n- **Ready**: Install Pyrogram with pip and start building your applications right away.\n- **Easy**: Makes the Telegram API simple and intuitive, while still allowing advanced usages.\n- **Elegant**: Low-level details are abstracted and re-presented in a more convenient way.\n- **Fast**: Boosted up by [TgCrypto](https://github.com/pyrogram/tgcrypto), a high-performance cryptography library written in C.\n- **Type-hinted**: Types and methods are all type-hinted, enabling excellent editor support.\n- **Async**: Fully asynchronous (also usable synchronously if wanted, for convenience).\n- **Powerful**: Full access to Telegram's API to execute any official client action and more.\n\n### Installing\n\nStable version\n\n``` bash\npip3 install kurigram\n```\n\nDev version\n``` bash\npip3 install https://github.com/KurimuzonAkuma/pyrogram/archive/dev.zip --force-reinstall\n```\n\n### Resources\n\n- Check out the [docs](https://docs.kurigram.live) to learn more about Pyrogram, get started right\naway and discover more in-depth material for building your client applications.\n- Join the [official channel](https://t.me/kurigram_news) and stay tuned for news, updates and announcements.\n- Join the [official chat](https://t.me/kurigram_chat) to communicate with people.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKurimuzonAkuma%2Fpyrogram","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FKurimuzonAkuma%2Fpyrogram","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKurimuzonAkuma%2Fpyrogram/lists"}