pyrolink


Namepyrolink JSON
Version 3.0.0 PyPI version JSON
download
home_pagehttps://github.com/venombolteop
SummaryElegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots
upload_time2024-12-27 04:58:44
maintainerNone
docs_urlNone
authorvenombolteop
requires_python<4.0,>=3.7
licenseLGPLv3
keywords
VCS
bugtrack_url
requirements pyaes pysocks
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
    <a href="https://github.com/venombolteop/pyrolink">
        <img src="https://raw.githubusercontent.com/pylogram/artwork/main/artwork/pyrolink-logo.png" alt="Pyrolink" width="128">
    </a>
    <br>
    <b>Telegram MTProto API Framework for Python</b>
    <br>
    <a href="https://t.me/pylogram">
        Homepage
    </a>
    •
    <a href="https://t.me/pylogram">
        Documentation
    </a>
    •
    <a href="https://t.me/pylogram">
        Releases
    </a>
    •
    <a href="https://t.me/pylogram">
        News
    </a>
</p>

## Pyrolink

> [!NOTE]
> The project is now maintained or supported. Thanks for appreciating it.

> Elegant, modern 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()
```

**Pyrolink** is a modern, elegant and asynchronous [MTProto API](https://docs.pyrogram.org/topics/mtproto-vs-botapi)
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.

### Key Features

- **Ready**: Install Pyrolink 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 [TeleCrypto](https://github.com/venombolteop/telecrypto), 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 pyrolink
```

### Resources

- Check out the docs at https://t.me/pylogram to learn more about Pyrolink, get started right
away and discover more in-depth material for building your client applications.
- Join the official channel at https://t.me/pylogram and stay tuned for news, updates and announcements.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/venombolteop",
    "name": "pyrolink",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "venombolteop",
    "author_email": "venombolteop@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/82/8c/073d6a5599e23247e945edf95e3862c39d7be62001db31be8cad26194038/pyrolink-3.0.0.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n    <a href=\"https://github.com/venombolteop/pyrolink\">\n        <img src=\"https://raw.githubusercontent.com/pylogram/artwork/main/artwork/pyrolink-logo.png\" alt=\"Pyrolink\" width=\"128\">\n    </a>\n    <br>\n    <b>Telegram MTProto API Framework for Python</b>\n    <br>\n    <a href=\"https://t.me/pylogram\">\n        Homepage\n    </a>\n    \u2022\n    <a href=\"https://t.me/pylogram\">\n        Documentation\n    </a>\n    \u2022\n    <a href=\"https://t.me/pylogram\">\n        Releases\n    </a>\n    \u2022\n    <a href=\"https://t.me/pylogram\">\n        News\n    </a>\n</p>\n\n## Pyrolink\n\n> [!NOTE]\n> The project is now maintained or supported. Thanks for appreciating it.\n\n> Elegant, modern 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**Pyrolink** is a modern, elegant and asynchronous [MTProto API](https://docs.pyrogram.org/topics/mtproto-vs-botapi)\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### Key Features\n\n- **Ready**: Install Pyrolink 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 [TeleCrypto](https://github.com/venombolteop/telecrypto), 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 pyrolink\n```\n\n### Resources\n\n- Check out the docs at https://t.me/pylogram to learn more about Pyrolink, get started right\naway and discover more in-depth material for building your client applications.\n- Join the official channel at https://t.me/pylogram 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": "3.0.0",
    "project_urls": {
        "Documentation": "https://docs.pyrogram.org",
        "Homepage": "https://github.com/venombolteop",
        "Repository": "https://github.com/venombolteop/pyrolink"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "94114418f441eeea9b2e6faaaee0422ab58fe7bf180d793957011131b4c40afd",
                "md5": "548b15aabb49bbfd52474dd2b694c453",
                "sha256": "4ac9a52af27cb8badb5d89971dd7f7a295e3c6e75402a7810212a163be9de474"
            },
            "downloads": -1,
            "filename": "pyrolink-3.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "548b15aabb49bbfd52474dd2b694c453",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.7",
            "size": 656885,
            "upload_time": "2024-12-27T04:58:41",
            "upload_time_iso_8601": "2024-12-27T04:58:41.317754Z",
            "url": "https://files.pythonhosted.org/packages/94/11/4418f441eeea9b2e6faaaee0422ab58fe7bf180d793957011131b4c40afd/pyrolink-3.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "828c073d6a5599e23247e945edf95e3862c39d7be62001db31be8cad26194038",
                "md5": "671446a4d5aa63998a443c819b2e70ad",
                "sha256": "a56f07f16d030d7e035619749ac682721f3276acaa14edb271d55ea4b0c31c38"
            },
            "downloads": -1,
            "filename": "pyrolink-3.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "671446a4d5aa63998a443c819b2e70ad",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.7",
            "size": 268895,
            "upload_time": "2024-12-27T04:58:44",
            "upload_time_iso_8601": "2024-12-27T04:58:44.644469Z",
            "url": "https://files.pythonhosted.org/packages/82/8c/073d6a5599e23247e945edf95e3862c39d7be62001db31be8cad26194038/pyrolink-3.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-27 04:58:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "venombolteop",
    "github_project": "pyrolink",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "pyaes",
            "specs": [
                [
                    "==",
                    "1.6.1"
                ]
            ]
        },
        {
            "name": "pysocks",
            "specs": [
                [
                    "==",
                    "1.7.1"
                ]
            ]
        }
    ],
    "tox": true,
    "lcname": "pyrolink"
}
        
Elapsed time: 0.43089s