pyrocatto-pyrogram


Namepyrocatto-pyrogram JSON
Version 2.0.108.post2 PyPI version JSON
download
home_pagehttps://github.com/pyrocatto/pyrocatto-pyrogram
SummaryA fork of pyrogram with simplified plugin loader and more
upload_time2023-12-12 20:44:39
maintainerdevops117
docs_urlNone
authorDan
requires_python>=3.10,<4.0
licenseLGPLv3
keywords telegram chat messenger mtproto client
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Pyrocatto-Pyrogram

> A fork with improvements over the good ol' Elegant, 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()
```

### Support

If you'd like to support the parent project, [Pyrogram](https://github.com/pyrogram), you can consider:

- [Become a GitHub sponsor](https://github.com/sponsors/delivrance).
- [Become a LiberaPay patron](https://liberapay.com/delivrance).
- [Become an OpenCollective backer](https://opencollective.com/pyrogram).

### 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/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 pyrocatto-pyrogram
```

### With speedups (like tgcrypto):

``` bash
pip3 install pyrocatto-pyrogram[speedups]
```

### Resources (from the parent project)

- Check out the docs at https://docs.pyrogram.org 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 https://t.me/pyrogram and stay tuned for news, updates and announcements.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pyrocatto/pyrocatto-pyrogram",
    "name": "pyrocatto-pyrogram",
    "maintainer": "devops117",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "devops117.main@protonmail.com",
    "keywords": "telegram,chat,messenger,mtproto,client",
    "author": "Dan",
    "author_email": "dan@pyrogram.org",
    "download_url": "https://files.pythonhosted.org/packages/78/87/b64a5c6f0e05f4ca498f58b2ff5c02019937775e6373f278be1e3056ae86/pyrocatto_pyrogram-2.0.108.post2.tar.gz",
    "platform": null,
    "description": "# Pyrocatto-Pyrogram\n\n> A fork with improvements over the good ol' Elegant, 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### Support\n\nIf you'd like to support the parent project, [Pyrogram](https://github.com/pyrogram), you can consider:\n\n- [Become a GitHub sponsor](https://github.com/sponsors/delivrance).\n- [Become a LiberaPay patron](https://liberapay.com/delivrance).\n- [Become an OpenCollective backer](https://opencollective.com/pyrogram).\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/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 pyrocatto-pyrogram\n```\n\n### With speedups (like tgcrypto):\n\n``` bash\npip3 install pyrocatto-pyrogram[speedups]\n```\n\n### Resources (from the parent project)\n\n- Check out the docs at https://docs.pyrogram.org 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 https://t.me/pyrogram and stay tuned for news, updates and announcements.\n",
    "bugtrack_url": null,
    "license": "LGPLv3",
    "summary": "A fork of pyrogram with simplified plugin loader and more",
    "version": "2.0.108.post2",
    "project_urls": {
        "Documentation": "https://docs.pyrogram.org",
        "Homepage": "https://github.com/pyrocatto/pyrocatto-pyrogram",
        "Repository": "https://github.com/pyrocatto/pyrocatto-pyrogram",
        "Tracker": "https://github.com/pyrocatto/pyrocatto-pyrogram/issues"
    },
    "split_keywords": [
        "telegram",
        "chat",
        "messenger",
        "mtproto",
        "client"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a76152a536f7dd436e465f996e815543b4c7e66cd4d7dea9ef50532787b2e8a6",
                "md5": "27b03a87a2fc36b46749821439dec729",
                "sha256": "2d1a85edc3261d2931857a9f32e98f0778240ee6994e8214ead0095b4d627d86"
            },
            "downloads": -1,
            "filename": "pyrocatto_pyrogram-2.0.108.post2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "27b03a87a2fc36b46749821439dec729",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 656500,
            "upload_time": "2023-12-12T20:44:36",
            "upload_time_iso_8601": "2023-12-12T20:44:36.447909Z",
            "url": "https://files.pythonhosted.org/packages/a7/61/52a536f7dd436e465f996e815543b4c7e66cd4d7dea9ef50532787b2e8a6/pyrocatto_pyrogram-2.0.108.post2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7887b64a5c6f0e05f4ca498f58b2ff5c02019937775e6373f278be1e3056ae86",
                "md5": "b2aa5dad6da5efae20ad260d3061f1b3",
                "sha256": "259a5aaa32e8883528a363cb0f0a9f53738b3c9ac4214027c2c9faf8b876e1d9"
            },
            "downloads": -1,
            "filename": "pyrocatto_pyrogram-2.0.108.post2.tar.gz",
            "has_sig": false,
            "md5_digest": "b2aa5dad6da5efae20ad260d3061f1b3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 255789,
            "upload_time": "2023-12-12T20:44:39",
            "upload_time_iso_8601": "2023-12-12T20:44:39.232961Z",
            "url": "https://files.pythonhosted.org/packages/78/87/b64a5c6f0e05f4ca498f58b2ff5c02019937775e6373f278be1e3056ae86/pyrocatto_pyrogram-2.0.108.post2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-12 20:44:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pyrocatto",
    "github_project": "pyrocatto-pyrogram",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "pyrocatto-pyrogram"
}
        
Dan
Elapsed time: 0.15745s