pyroherd


Namepyroherd JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/OnTheHerd
SummaryElegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots
upload_time2023-09-14 12:55:31
maintainer
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/pyroherd).

### Installing

``` bash
pip3 install pyroherd
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/OnTheHerd",
    "name": "pyroherd",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "~=3.7",
    "maintainer_email": "",
    "keywords": "telegram chat messenger mtproto api client library python",
    "author": "OnTheHerd",
    "author_email": "ontheherd@onmail.com",
    "download_url": "https://files.pythonhosted.org/packages/81/de/3fa7e9c3fdea92b3c5b72990a580e5b9101742e4cd447f3deb8664f4b477/pyroherd-0.0.3.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/pyroherd).\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.3",
    "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": "c1725a70ff4de6ceffa47e920dafea960be5c2b8a807ed1bf32171de2589fd85",
                "md5": "324f5e5426d40987a884777b8dc351fa",
                "sha256": "9583c089827f078231a74b110ca28b5736850fb08013832c9c4ea9a29c7f2aaa"
            },
            "downloads": -1,
            "filename": "pyroherd-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "324f5e5426d40987a884777b8dc351fa",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.7",
            "size": 3367565,
            "upload_time": "2023-09-14T12:55:29",
            "upload_time_iso_8601": "2023-09-14T12:55:29.178827Z",
            "url": "https://files.pythonhosted.org/packages/c1/72/5a70ff4de6ceffa47e920dafea960be5c2b8a807ed1bf32171de2589fd85/pyroherd-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "81de3fa7e9c3fdea92b3c5b72990a580e5b9101742e4cd447f3deb8664f4b477",
                "md5": "6e149c8125a6593ca703db2823ffe546",
                "sha256": "dbf67765089f12a2ed5e8f3cde6d90adc9d39d017139bfc68f6b76b1cbc2f56c"
            },
            "downloads": -1,
            "filename": "pyroherd-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "6e149c8125a6593ca703db2823ffe546",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.7",
            "size": 324944,
            "upload_time": "2023-09-14T12:55:31",
            "upload_time_iso_8601": "2023-09-14T12:55:31.388270Z",
            "url": "https://files.pythonhosted.org/packages/81/de/3fa7e9c3fdea92b3c5b72990a580e5b9101742e4cd447f3deb8664f4b477/pyroherd-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-14 12:55:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "OnTheHerd",
    "github_project": "pyroherd",
    "github_not_found": true,
    "lcname": "pyroherd"
}
        
Elapsed time: 0.10940s