## PyroTron
> Smart Fork of [Pyrogram](https://github.com/pyrogram/pyrogram)
``` 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 PyroTron!")
app.run()
```
**PyroTron** is a fork of pyrogram, this fork consists of extra high level api methods
which weren't added by Dan (Owner of pyrogram) in pyrogram, all credits of this library goes to him.
### Installing
``` bash
pip3 install PyroTron
```
### Difference in Pyrogram & PyroTron
- There is no difference in Pyrogram & PyroTron, all the methods in Pyrogram
are added in PyroTron, including some new extra methods which are not available
in Pyrogram, both libraries are same.
### Contact
- Join the official channel of PyroTron https://t.me/PyroTronOfficial and stay tuned for news, updates and announcements.
Raw data
{
"_id": null,
"home_page": "https://github.com/TronUb",
"name": "PyroTron",
"maintainer": "",
"docs_url": null,
"requires_python": "~=3.7",
"maintainer_email": "",
"keywords": "telegram chat messenger mtproto api client library python",
"author": "Beast",
"author_email": "beastzx18@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/74/fa/61f9d7e070f9700080d977abcd12c4e8f359de231db9aea422b0d60f3fee/PyroTron-2.1.2.tar.gz",
"platform": null,
"description": "## PyroTron\n\n> Smart Fork of [Pyrogram](https://github.com/pyrogram/pyrogram)\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 PyroTron!\")\n\n\napp.run()\n```\n\n**PyroTron** is a fork of pyrogram, this fork consists of extra high level api methods\nwhich weren't added by Dan (Owner of pyrogram) in pyrogram, all credits of this library goes to him.\n\n### Installing\n\n``` bash\npip3 install PyroTron\n```\n\n### Difference in Pyrogram & PyroTron\n\n- There is no difference in Pyrogram & PyroTron, all the methods in Pyrogram\nare added in PyroTron, including some new extra methods which are not available\nin Pyrogram, both libraries are same.\n\n### Contact\n\n- Join the official channel of PyroTron https://t.me/PyroTronOfficial and stay tuned for news, updates and announcements.\n",
"bugtrack_url": null,
"license": "LGPLv3",
"summary": "Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots",
"version": "2.1.2",
"split_keywords": [
"telegram",
"chat",
"messenger",
"mtproto",
"api",
"client",
"library",
"python"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "5a277c8c82807f0da659861a0d45657f5b9962c79916e4d0b44e6bebd0d43970",
"md5": "41129d299a22e7413e8ff2074adaf951",
"sha256": "a2460a0ea3a999e3fb3b82c2244376ed13225a8db36d0184b048f93486281fe2"
},
"downloads": -1,
"filename": "PyroTron-2.1.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "41129d299a22e7413e8ff2074adaf951",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "~=3.7",
"size": 3444149,
"upload_time": "2023-02-08T09:02:33",
"upload_time_iso_8601": "2023-02-08T09:02:33.534889Z",
"url": "https://files.pythonhosted.org/packages/5a/27/7c8c82807f0da659861a0d45657f5b9962c79916e4d0b44e6bebd0d43970/PyroTron-2.1.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "74fa61f9d7e070f9700080d977abcd12c4e8f359de231db9aea422b0d60f3fee",
"md5": "ea2ca0f439d405c3c5ecdf30c987e69f",
"sha256": "312d84ff5d1cf622aec1bb2dfbb2a3ce83f48abfe7139c0ff12130bbac507020"
},
"downloads": -1,
"filename": "PyroTron-2.1.2.tar.gz",
"has_sig": false,
"md5_digest": "ea2ca0f439d405c3c5ecdf30c987e69f",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "~=3.7",
"size": 343886,
"upload_time": "2023-02-08T09:02:37",
"upload_time_iso_8601": "2023-02-08T09:02:37.320521Z",
"url": "https://files.pythonhosted.org/packages/74/fa/61f9d7e070f9700080d977abcd12c4e8f359de231db9aea422b0d60f3fee/PyroTron-2.1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-02-08 09:02:37",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "pyrotron"
}