Name | pyrotgfork JSON |
Version |
2.2.15
JSON |
| download |
home_page | None |
Summary | Fork of Pyrogram. Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots |
upload_time | 2025-08-13 03:11:38 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.9 |
license | None |
keywords |
telegram
chat
messenger
mtproto
api
client
library
python
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
<p align="center">
<a href="https://github.com/TelegramPlayground/pyrogram">
<img src="https://raw.githubusercontent.com/pyrogram/artwork/master/artwork/pyrogram-logo.png" alt="Pyrogram" width="128">
</a>
<br>
<b>Telegram MTProto API Framework for Python</b>
<br>
<a href="https://telegramplayground.github.io/pyrogram/">
Documentation
</a>
•
<a href="https://telegramplayground.github.io/pyrogram/releases/changes-in-this-fork.html">
Releases
</a>
•
<a href="https://PyroTGFork.t.me/2">
News
</a>
</p>
## Pyrogram
> Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots
``` python
from pyrogram import Client, filters
app = Client("my_account")
@app.on_message(filters.private)
async def hello(client, message):
await message.reply("Hello from Pyrogram!")
app.run()
```
**Pyrogram** is a modern, elegant and asynchronous [MTProto API](https://telegramplayground.github.io/pyrogram/topics/mtproto-vs-botapi)
framework. It enables you to easily interact with the main Telegram API through a user account (custom client) or a bot
identity (bot API alternative) using Python.
### Key Features
- **Ready**: Install Pyrogram with pip and start building your applications right away.
- **Easy**: Makes the Telegram API simple and intuitive, while still allowing advanced usages.
- **Elegant**: Low-level details are abstracted and re-presented in a more convenient way.
- **Fast**: Boosted up by [TgCrypto](https://github.com/TelegramPlayGround/pyrogram-tgcrypto), a high-performance cryptography library written in C.
- **Type-hinted**: Types and methods are all type-hinted, enabling excellent editor support.
- **Async**: Fully asynchronous (also usable synchronously if wanted, for convenience).
- **Powerful**: Full access to Telegram's API to execute any official client action and more.
### Installing
``` bash
pip3 install pyrotgfork
```
### Resources
- Check out [the docs](https://telegramplayground.github.io/pyrogram) to learn more about Pyrogram, get started right
away and discover more in-depth material for building your client applications.
- Join the official channel at [PyroTGFork](https://PyroTGFork.t.me/2) and stay tuned for news, updates and announcements.
Raw data
{
"_id": null,
"home_page": null,
"name": "pyrotgfork",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "telegram chat messenger mtproto api client library python",
"author": null,
"author_email": "SpEcHIDe <pyrogram@iamidiotareyoutoo.com>",
"download_url": "https://files.pythonhosted.org/packages/ea/9f/d309779dc2baf44ed5b254f62efec538289eacc353179a288b5817584094/pyrotgfork-2.2.15.tar.gz",
"platform": null,
"description": "<p align=\"center\">\n <a href=\"https://github.com/TelegramPlayground/pyrogram\">\n <img src=\"https://raw.githubusercontent.com/pyrogram/artwork/master/artwork/pyrogram-logo.png\" alt=\"Pyrogram\" width=\"128\">\n </a>\n <br>\n <b>Telegram MTProto API Framework for Python</b>\n <br>\n <a href=\"https://telegramplayground.github.io/pyrogram/\">\n Documentation\n </a>\n \u2022\n <a href=\"https://telegramplayground.github.io/pyrogram/releases/changes-in-this-fork.html\">\n Releases\n </a>\n \u2022\n <a href=\"https://PyroTGFork.t.me/2\">\n News\n </a>\n</p>\n\n## Pyrogram\n\n> 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://telegramplayground.github.io/pyrogram/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### 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/TelegramPlayGround/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 pyrotgfork\n```\n\n### Resources\n\n- Check out [the docs](https://telegramplayground.github.io/pyrogram) 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 at [PyroTGFork](https://PyroTGFork.t.me/2) and stay tuned for news, updates and announcements.\n",
"bugtrack_url": null,
"license": null,
"summary": "Fork of Pyrogram. Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots",
"version": "2.2.15",
"project_urls": {
"Documentation": "https://telegramplayground.github.io/pyrogram/releases/changes-in-this-fork.html",
"Homepage": "https://telegramplayground.github.io/pyrogram/",
"Source": "https://github.com/TelegramPlayGround/Pyrogram",
"Tracker": "https://github.com/TelegramPlayGround/Pyrogram/issues",
"community": "https://PyroTGFork.t.me/2"
},
"split_keywords": [
"telegram",
"chat",
"messenger",
"mtproto",
"api",
"client",
"library",
"python"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "7b72a2dd7af43bc95eb65cdb892ad4da4ae26d5ad9dfb0403f513cb27ce679cd",
"md5": "0ce338b1c25eb8447654e3fd63a13f16",
"sha256": "c5033d3c6e88db2e2e4d90f286e845f027598cee6317419e494c697f5b4d0fcb"
},
"downloads": -1,
"filename": "pyrotgfork-2.2.15-py3-none-any.whl",
"has_sig": false,
"md5_digest": "0ce338b1c25eb8447654e3fd63a13f16",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 5073737,
"upload_time": "2025-08-13T03:11:36",
"upload_time_iso_8601": "2025-08-13T03:11:36.179368Z",
"url": "https://files.pythonhosted.org/packages/7b/72/a2dd7af43bc95eb65cdb892ad4da4ae26d5ad9dfb0403f513cb27ce679cd/pyrotgfork-2.2.15-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ea9fd309779dc2baf44ed5b254f62efec538289eacc353179a288b5817584094",
"md5": "d4681d5cb9b4b0081b0a117931be0026",
"sha256": "b1694fa5bd81e5bdad8bb0a898764e22ebc5ca269bf3b74bb4de47fc2711cddd"
},
"downloads": -1,
"filename": "pyrotgfork-2.2.15.tar.gz",
"has_sig": false,
"md5_digest": "d4681d5cb9b4b0081b0a117931be0026",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 515443,
"upload_time": "2025-08-13T03:11:38",
"upload_time_iso_8601": "2025-08-13T03:11:38.302674Z",
"url": "https://files.pythonhosted.org/packages/ea/9f/d309779dc2baf44ed5b254f62efec538289eacc353179a288b5817584094/pyrotgfork-2.2.15.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-08-13 03:11:38",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "TelegramPlayGround",
"github_project": "Pyrogram",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pyrotgfork"
}