{"id":13815039,"url":"https://github.com/Mayuri-Chan/pyrofork","last_synced_at":"2025-05-15T06:34:04.214Z","repository":{"id":65562234,"uuid":"594787659","full_name":"Mayuri-Chan/pyrofork","owner":"Mayuri-Chan","description":"Pyrogram fork with Adjustable web page preview, Quote Reply, Story \u0026 Topics Support, Mongodb session storage, and much more. go to https://pyrofork.wulan17.top/ for documentation.","archived":false,"fork":false,"pushed_at":"2025-04-18T15:31:07.000Z","size":9604,"stargazers_count":209,"open_issues_count":36,"forks_count":106,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-05-08T10:27:40.881Z","etag":null,"topics":["mtproto","pyrofork","pyrogram","python","python3","telegram","telegram-api","telegram-bot"],"latest_commit_sha":null,"homepage":"https://pyrofork.wulan17.top","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mayuri-Chan.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"Mayuri-Chan","custom":["https://t.me/Mayuri17_bot?start=donate"]}},"created_at":"2023-01-29T16:39:53.000Z","updated_at":"2025-05-06T18:03:27.000Z","dependencies_parsed_at":"2023-12-15T15:30:26.151Z","dependency_job_id":"5711190e-7502-42b5-acc0-332234d0eac8","html_url":"https://github.com/Mayuri-Chan/pyrofork","commit_stats":{"total_commits":3607,"total_committers":137,"mean_commits":26.32846715328467,"dds":"0.10008317161075686","last_synced_commit":"cbbd0e0dd26bc195844666537612fc9db5173733"},"previous_names":[],"tags_count":118,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mayuri-Chan%2Fpyrofork","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mayuri-Chan%2Fpyrofork/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mayuri-Chan%2Fpyrofork/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mayuri-Chan%2Fpyrofork/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mayuri-Chan","download_url":"https://codeload.github.com/Mayuri-Chan/pyrofork/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253815860,"owners_count":21968705,"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":["mtproto","pyrofork","pyrogram","python","python3","telegram","telegram-api","telegram-bot"],"created_at":"2024-08-04T04:02:52.041Z","updated_at":"2025-05-15T06:34:04.189Z","avatar_url":"https://github.com/Mayuri-Chan.png","language":"Python","readme":"\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://github.com/Mayuri-Chan/pyrofok\"\u003e\n        \u003cimg src=\"https://docs.pyrogram.org/_static/pyrogram.png\" alt=\"Pyrofork\" 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://github.com/Mayuri-Chan\"\u003e\n        Homepage\n    \u003c/a\u003e\n    •\n    \u003ca href=\"https://pyrofork.wulan17.top\"\u003e\n        Documentation\n    \u003c/a\u003e\n    •\n    \u003ca href=\"https://github.com/Mayuri-Chan/pyrofork/issues\"\u003e\n        Issues\n    \u003c/a\u003e\n    •\n    \u003ca href=\"https://t.me/MayuriChan_Chat\"\u003e\n        Support Chat\n    \u003c/a\u003e\n    •\n    \u003ca href=\"https://t.me/Pyrofork_CH\"\u003e\n        News/Releases\n    \u003c/a\u003e\n\u003c/p\u003e\n\n## Pyrofork\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 Pyrofork!\")\n\n\napp.run()\n```\n\n**Pyrofork** is a modern, elegant and asynchronous [MTProto API](https://pyrofork.wulan17.top/main/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 Pyrofork, you can consider:\n\n- [Become a GitHub sponsor](https://github.com/sponsors/Mayuri-Chan).\n\n### Key Features\n\n- **Ready**: Install Pyrofork 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\n``` bash\npip3 install pyrofork\n```\n\n### Resources\n\n- Check out the docs at https://pyrofork.wulan17.top to learn more about Pyrofork, get started right\naway and discover more in-depth material for building your client applications.\n- Join the official group at https://t.me/MayuriChan_Chat and stay tuned for news, updates and announcements.\n","funding_links":["https://github.com/sponsors/Mayuri-Chan","https://t.me/Mayuri17_bot?start=donate"],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMayuri-Chan%2Fpyrofork","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMayuri-Chan%2Fpyrofork","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMayuri-Chan%2Fpyrofork/lists"}