<p align="center">
<br>
<b>Telegram MTProto API Framework for Python</b>
<br>
</p>
## Pyroherd
> Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots
``` python
from pyroherd import Client, filters
app = Client("my_account")
@app.on_msg(filters.private)
async def hello(client, message):
await message.reply("Hello from Pyroherd!")
app.run()
```
**Pyroherd** is a modern, elegant and asynchronous MTProto API
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.
### Support
If you'd like to support Pyroherd, you can consider:
- [Become a GitHub sponsor](https://github.com/sponsors/OnTheHerd).
- [Become a LiberaPay patron](https://liberapay.com/OnTheHerd).
- [Become an OpenCollective backer](https://opencollective.com/OnTheHerd).
### Installing
``` bash
pip3 install pyroherd
```
Raw data
{
"_id": null,
"home_page": "https://github.com/OnTheHerd",
"name": "pyroherd",
"maintainer": null,
"docs_url": null,
"requires_python": "~=3.7",
"maintainer_email": null,
"keywords": "telegram chat messenger mtproto api client library python",
"author": "OnTheHerd",
"author_email": "oth@pyroherd.org",
"download_url": "https://files.pythonhosted.org/packages/49/ce/dc742113214ed4284b4fdbca725046b1a9e4c4097c61322f701ccd7b6598/pyroherd-0.0.7.tar.gz",
"platform": null,
"description": "<p align=\"center\">\n <br>\n <b>Telegram MTProto API Framework for Python</b>\n <br>\n</p>\n\n## Pyroherd\n\n> Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots\n\n``` python\nfrom pyroherd import Client, filters\n\napp = Client(\"my_account\")\n\n\n@app.on_msg(filters.private)\nasync def hello(client, message):\n await message.reply(\"Hello from Pyroherd!\")\n\n\napp.run()\n```\n\n**Pyroherd** is a modern, elegant and asynchronous MTProto API\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 Pyroherd, you can consider:\n\n- [Become a GitHub sponsor](https://github.com/sponsors/OnTheHerd).\n- [Become a LiberaPay patron](https://liberapay.com/OnTheHerd).\n- [Become an OpenCollective backer](https://opencollective.com/OnTheHerd).\n\n### Installing\n\n``` bash\npip3 install pyroherd\n```\n",
"bugtrack_url": null,
"license": "LGPLv3",
"summary": "Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots",
"version": "0.0.7",
"project_urls": {
"Community": "https://t.me/OnTheHerd",
"Documentation": "https://docs.pyroherd.org",
"Download": "https://github.com/OnTheHerd/pyroherd/releases/latest",
"Homepage": "https://github.com/OnTheHerd",
"Source": "https://github.com/OnTheHerd/pyroherd",
"Tracker": "https://github.com/OnTheHerd/pyroherd/issues"
},
"split_keywords": [
"telegram",
"chat",
"messenger",
"mtproto",
"api",
"client",
"library",
"python"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "2095b0b96cb77e2087090fdf16536a5e66e7213049be77f4e06d4280d8433f51",
"md5": "fb8d9411a00e739c7f47cb23f4c970b5",
"sha256": "e93a30883be5309e875429c308f095bd21285227bfc82da1ac9f4a84778d05c4"
},
"downloads": -1,
"filename": "pyroherd-0.0.7-py3-none-any.whl",
"has_sig": false,
"md5_digest": "fb8d9411a00e739c7f47cb23f4c970b5",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "~=3.7",
"size": 4834913,
"upload_time": "2024-09-13T11:20:43",
"upload_time_iso_8601": "2024-09-13T11:20:43.770737Z",
"url": "https://files.pythonhosted.org/packages/20/95/b0b96cb77e2087090fdf16536a5e66e7213049be77f4e06d4280d8433f51/pyroherd-0.0.7-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "49cedc742113214ed4284b4fdbca725046b1a9e4c4097c61322f701ccd7b6598",
"md5": "6ddb283f81c3bf2a5c15f3b62b9b891b",
"sha256": "27b9a138f79177d9da71dc44d89ad51c61298990b23fcdbe0a856903b6db953b"
},
"downloads": -1,
"filename": "pyroherd-0.0.7.tar.gz",
"has_sig": false,
"md5_digest": "6ddb283f81c3bf2a5c15f3b62b9b891b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "~=3.7",
"size": 456485,
"upload_time": "2024-09-13T11:20:54",
"upload_time_iso_8601": "2024-09-13T11:20:54.683489Z",
"url": "https://files.pythonhosted.org/packages/49/ce/dc742113214ed4284b4fdbca725046b1a9e4c4097c61322f701ccd7b6598/pyroherd-0.0.7.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-13 11:20:54",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "OnTheHerd",
"github_project": "pyroherd",
"github_not_found": true,
"lcname": "pyroherd"
}