pyrogramv1


Namepyrogramv1 JSON
Version 1.4.17 PyPI version JSON
download
home_pageNone
SummaryFork of Pyrogram v1.4.16
upload_time2024-01-21 20:54:56
maintainerNone
docs_urlNone
authorNone
requires_python~=3.7
licenseNone
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">
    <a href="https://github.com/pyrogram/pyrogram">
        <img src="https://docs.pyrogram.org/_static/pyrogram.png" alt="Pyrogram" width="128">
    </a>
    <br>
    <b>Telegram MTProto API Framework for Python</b>
    <br>
    <a href="https://docs.pyrogram.org">
        Documentation
    </a>
    •
    <a href="https://docs.pyrogram.org/releases">
        Releases
    </a>
    •
    <a href="https://t.me/pyrogram">
        News
    </a>
</p>

## PyrogramV1

> Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots

``` python
from pyrogramv1 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()
```

**Pyrogram** 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.

### Support

If you'd like to support 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 crypto library written in pure 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 pyrogramv1
```

### Resources

- 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": null,
    "name": "pyrogramv1",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "~=3.7",
    "maintainer_email": null,
    "keywords": "telegram chat messenger mtproto api client library python",
    "author": null,
    "author_email": "illvart <illvart@protonmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/1f/02/657590500d667dbda287a8b88e05b3a305f9ee3a2ca67656462770e4fba1/pyrogramv1-1.4.17.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n    <a href=\"https://github.com/pyrogram/pyrogram\">\n        <img src=\"https://docs.pyrogram.org/_static/pyrogram.png\" alt=\"Pyrogram\" width=\"128\">\n    </a>\n    <br>\n    <b>Telegram MTProto API Framework for Python</b>\n    <br>\n    <a href=\"https://docs.pyrogram.org\">\n        Documentation\n    </a>\n    \u2022\n    <a href=\"https://docs.pyrogram.org/releases\">\n        Releases\n    </a>\n    \u2022\n    <a href=\"https://t.me/pyrogram\">\n        News\n    </a>\n</p>\n\n## PyrogramV1\n\n> Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots\n\n``` python\nfrom pyrogramv1 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**Pyrogram** 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### Support\n\nIf you'd like to support 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 crypto library written in pure 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 pyrogramv1\n```\n\n### Resources\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": null,
    "summary": "Fork of Pyrogram v1.4.16",
    "version": "1.4.17",
    "project_urls": {
        "Source": "https://github.com/kastaid/pyrogramv1"
    },
    "split_keywords": [
        "telegram",
        "chat",
        "messenger",
        "mtproto",
        "api",
        "client",
        "library",
        "python"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "372abc0c5b951e36df796cafa4bfbfebb6a641c36379398fe4cbda5450e53f7a",
                "md5": "23dec6dc70c6bf8c8fed39941208c69e",
                "sha256": "339dde835aad064d77e10bb3b9e1a72b23f44f2e37f57d9a3ffc203b2e1d2976"
            },
            "downloads": -1,
            "filename": "pyrogramv1-1.4.17-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "23dec6dc70c6bf8c8fed39941208c69e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.7",
            "size": 3499144,
            "upload_time": "2024-01-21T20:54:58",
            "upload_time_iso_8601": "2024-01-21T20:54:58.151296Z",
            "url": "https://files.pythonhosted.org/packages/37/2a/bc0c5b951e36df796cafa4bfbfebb6a641c36379398fe4cbda5450e53f7a/pyrogramv1-1.4.17-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1f02657590500d667dbda287a8b88e05b3a305f9ee3a2ca67656462770e4fba1",
                "md5": "34e8b7fa4078fa171eb32882d1dc63a5",
                "sha256": "026e5043fd1848c78d5fc6ce9199e940af716544bcb1d0c4e0495a3d36189002"
            },
            "downloads": -1,
            "filename": "pyrogramv1-1.4.17.tar.gz",
            "has_sig": false,
            "md5_digest": "34e8b7fa4078fa171eb32882d1dc63a5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.7",
            "size": 310053,
            "upload_time": "2024-01-21T20:54:56",
            "upload_time_iso_8601": "2024-01-21T20:54:56.913248Z",
            "url": "https://files.pythonhosted.org/packages/1f/02/657590500d667dbda287a8b88e05b3a305f9ee3a2ca67656462770e4fba1/pyrogramv1-1.4.17.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-21 20:54:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kastaid",
    "github_project": "pyrogramv1",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pyrogramv1"
}
        
Elapsed time: 0.17591s