pyroferk


Namepyroferk JSON
Version 2.0 PyPI version JSON
download
home_pagehttps://github.com/Mayuri-Chan/pyrofork
SummaryElegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots
upload_time2024-04-28 09:15:02
maintainerNone
docs_urlNone
authorwulan17
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">
    <a href="https://github.com/Mayuri-Chan/pyrofork">
        <img src="https://docs.pyrogram.org/_static/pyrogram.png" alt="pyroferk" width="128">
    </a>
    <br>
    <b>Telegram MTProto API Framework for Python</b>
    <br>
    <a href="https://pyrofork.mayuri.my.id">
        Homepage
    </a>
    •
    <a href="https://pyrofork.mayuri.my.id">
        Documentation
    </a>
</p>

## pyroferk

> 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()
```

**pyroferk** 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:

### 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 pyrofork
```

### Resources

- Check out the docs at https://pyrofork.mayuri.my.id to learn more about pyroferk, get started right
away and discover more in-depth material for building your client applications.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Mayuri-Chan/pyrofork",
    "name": "pyroferk",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "~=3.7",
    "maintainer_email": null,
    "keywords": "telegram chat messenger mtproto api client library python",
    "author": "wulan17",
    "author_email": "mayuri@mayuri.my.id",
    "download_url": "https://files.pythonhosted.org/packages/ec/75/18d87d17907d4f34d616c32c78d220595b689273180da0cfde6da2f0a54c/pyroferk-2.0.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n    <a href=\"https://github.com/Mayuri-Chan/pyrofork\">\n        <img src=\"https://docs.pyrogram.org/_static/pyrogram.png\" alt=\"pyroferk\" width=\"128\">\n    </a>\n    <br>\n    <b>Telegram MTProto API Framework for Python</b>\n    <br>\n    <a href=\"https://pyrofork.mayuri.my.id\">\n        Homepage\n    </a>\n    \u2022\n    <a href=\"https://pyrofork.mayuri.my.id\">\n        Documentation\n    </a>\n</p>\n\n## pyroferk\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**pyroferk** 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### 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 pyrofork\n```\n\n### Resources\n\n- Check out the docs at https://pyrofork.mayuri.my.id to learn more about pyroferk, get started right\naway and discover more in-depth material for building your client applications.\n\n",
    "bugtrack_url": null,
    "license": "LGPLv3",
    "summary": "Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots",
    "version": "2.0",
    "project_urls": {
        "Documentation": "https://pyrofork.mayuri.my.id",
        "Download": "https://github.com/Mayuri-Chan/pyrofork/releases/latest",
        "Homepage": "https://github.com/Mayuri-Chan/pyrofork",
        "Source": "https://github.com/Mayuri-Chan/pyrofork",
        "Tracker": "https://github.com/Mayuri-Chan/pyrofork/issues"
    },
    "split_keywords": [
        "telegram",
        "chat",
        "messenger",
        "mtproto",
        "api",
        "client",
        "library",
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dc5b9f24a5eaf315b02a7c7a8b4a9f8e63e516ab802ed8cb5ecdf16adbbd0379",
                "md5": "bdc6383cbfbd3f799b60e6e7b05f29d3",
                "sha256": "202b849ffbbc844531d29bbeb282d9015cd3675b74313c609d35e7d21a497f04"
            },
            "downloads": -1,
            "filename": "pyroferk-2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bdc6383cbfbd3f799b60e6e7b05f29d3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.7",
            "size": 4362739,
            "upload_time": "2024-04-28T09:14:59",
            "upload_time_iso_8601": "2024-04-28T09:14:59.461545Z",
            "url": "https://files.pythonhosted.org/packages/dc/5b/9f24a5eaf315b02a7c7a8b4a9f8e63e516ab802ed8cb5ecdf16adbbd0379/pyroferk-2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ec7518d87d17907d4f34d616c32c78d220595b689273180da0cfde6da2f0a54c",
                "md5": "052b0766fe558d2d0651ee8ff5f64979",
                "sha256": "76f5e5267020445fe0685ddd53ece75ada0f70887b656646e8ff8919cc1ca47e"
            },
            "downloads": -1,
            "filename": "pyroferk-2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "052b0766fe558d2d0651ee8ff5f64979",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.7",
            "size": 417976,
            "upload_time": "2024-04-28T09:15:02",
            "upload_time_iso_8601": "2024-04-28T09:15:02.248099Z",
            "url": "https://files.pythonhosted.org/packages/ec/75/18d87d17907d4f34d616c32c78d220595b689273180da0cfde6da2f0a54c/pyroferk-2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-28 09:15:02",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Mayuri-Chan",
    "github_project": "pyrofork",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pyroferk"
}
        
Elapsed time: 0.23952s