pyroherd


Namepyroherd JSON
Version 0.1.7 PyPI version JSON
download
home_pagehttps://github.com/OnTheHerd
SummaryElegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots
upload_time2025-08-13 20:13:09
maintainerNone
docs_urlNone
authorOnTheHerd
requires_python~=3.7
licenseLGPLv3
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">
    <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/70/f8/8580383555f23ea83eb6814f9ce27ae6c22f536a726d21b005bf76dd0d29/pyroherd-0.1.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.1.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": null,
            "digests": {
                "blake2b_256": "13f89e007088560e7a92d8c8aa6a503f9a678fefa191e88fb1df41c43266e35c",
                "md5": "7a726a9a00b03aca6483ee0dd951d557",
                "sha256": "cb69a38c7408d52812c3287709fb57738e5bcf56e86e800c2ff0cdba6be37d89"
            },
            "downloads": -1,
            "filename": "pyroherd-0.1.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7a726a9a00b03aca6483ee0dd951d557",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.7",
            "size": 5141308,
            "upload_time": "2025-08-13T20:13:08",
            "upload_time_iso_8601": "2025-08-13T20:13:08.054694Z",
            "url": "https://files.pythonhosted.org/packages/13/f8/9e007088560e7a92d8c8aa6a503f9a678fefa191e88fb1df41c43266e35c/pyroherd-0.1.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "70f88580383555f23ea83eb6814f9ce27ae6c22f536a726d21b005bf76dd0d29",
                "md5": "79f0c6e56e11cac214c70b2f235e77e4",
                "sha256": "5032bc479fe79a588493d1a4eed94ae98618c8901f0303644f5198ace6e57365"
            },
            "downloads": -1,
            "filename": "pyroherd-0.1.7.tar.gz",
            "has_sig": false,
            "md5_digest": "79f0c6e56e11cac214c70b2f235e77e4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.7",
            "size": 506642,
            "upload_time": "2025-08-13T20:13:09",
            "upload_time_iso_8601": "2025-08-13T20:13:09.904489Z",
            "url": "https://files.pythonhosted.org/packages/70/f8/8580383555f23ea83eb6814f9ce27ae6c22f536a726d21b005bf76dd0d29/pyroherd-0.1.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-13 20:13:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "OnTheHerd",
    "github_project": "pyroherd",
    "github_not_found": true,
    "lcname": "pyroherd"
}
        
Elapsed time: 2.11468s