Name | pyrotgfork JSON |
Version |
2.2.4
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-01-03 17:23:56 |
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://t.me/PyroTGFork">
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://t.me/PyroTGFork) 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/53/97/158074afc76f5d84d2fd2599e1d209a8dc21583133da7985b8f259f0402e/pyrotgfork-2.2.4.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://t.me/PyroTGFork\">\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://t.me/PyroTGFork) 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.4",
"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://t.me/PyroTGFork"
},
"split_keywords": [
"telegram",
"chat",
"messenger",
"mtproto",
"api",
"client",
"library",
"python"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e276794a30de49ee21c075aa6742a863c555013cd97ca129a09dd8a314151adc",
"md5": "1d4cb6ad3f0ad473efed582a15b9af46",
"sha256": "625105eb31e33fcb09a6165178e016e33f62f2deccccb973f06adc706a2f6fd6"
},
"downloads": -1,
"filename": "pyrotgfork-2.2.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1d4cb6ad3f0ad473efed582a15b9af46",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 4906960,
"upload_time": "2025-01-03T17:23:54",
"upload_time_iso_8601": "2025-01-03T17:23:54.799153Z",
"url": "https://files.pythonhosted.org/packages/e2/76/794a30de49ee21c075aa6742a863c555013cd97ca129a09dd8a314151adc/pyrotgfork-2.2.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5397158074afc76f5d84d2fd2599e1d209a8dc21583133da7985b8f259f0402e",
"md5": "49b48862a392b00f6210708e44c4b9c1",
"sha256": "5b452ca122e7c79e22c6d7c6808f0b7e2baf9fe17f247e9aaca1ed5bdfa28d6f"
},
"downloads": -1,
"filename": "pyrotgfork-2.2.4.tar.gz",
"has_sig": false,
"md5_digest": "49b48862a392b00f6210708e44c4b9c1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 471278,
"upload_time": "2025-01-03T17:23:56",
"upload_time_iso_8601": "2025-01-03T17:23:56.920878Z",
"url": "https://files.pythonhosted.org/packages/53/97/158074afc76f5d84d2fd2599e1d209a8dc21583133da7985b8f259f0402e/pyrotgfork-2.2.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-03 17:23:56",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "TelegramPlayGround",
"github_project": "Pyrogram",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pyrotgfork"
}