botify-tg


Namebotify-tg JSON
Version 2.0.106 PyPI version JSON
download
home_pagehttps://github.com/Botify
SummaryElegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots
upload_time2024-12-31 13:52:57
maintainerNone
docs_urlNone
authorKunal Gaikwad
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/Botify/Botify">
        <img src="https://raw.githubusercontent.com/Botify/artwork/master/artwork/Botify-logo.png" alt="Pyrogram" width="128">
    </a>
    <br>
    <b>Telegram MTProto API Framework for Python</b>
    <br>
    <a href="https://Botify.org">
        Homepage
    </a>
    •
    <a href="https://docs.Botify.org">
        Documentation
    </a>
    •
    <a href="https://docs.Botify.org/releases">
        Releases
    </a>
    •
    <a href="https://t.me/Botify">
        News
    </a>
</p>

## Botify

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

> A Gen Z themed, elegant and asynchronous Telegram MTProto API framework in Python for users and bots

``` python
from Botify import Client, filters

app = Client("my_account")


@app.on_message(filters.private)
async def hello(client, message):
    await message.reply("Yo! Botify in the house! 🔥")


app.run()
```

**Botify** is a modern, Gen Z-styled [MTProto API](https://docs.Botify.org/topics/mtproto-vs-botapi)
framework. It lets you vibe with the Telegram API through your own account (custom client) or a bot
identity (bot API alternative) using Python.

### Key Features

- **Ready**: Get Botify with pip and start creating your cool stuff right away ⚡
- **Easy**: Makes the Telegram API super chill and intuitive, while keeping the power moves possible
- **Aesthetic**: Clean vibes with abstracted low-level details for a smoother experience ✨
- **Fast**: Powered up by [TgCrypto](https://github.com/Botify/tgcrypto), a high-performance cryptography library written in C 🚀
- **Type-hinted**: Everything's type-hinted for that perfect editor support, no cap
- **Async**: Fully asynchronous (but can keep it old school with sync if that's your thing)
- **Powerful**: Full access to Telegram's API to do literally anything the official client can do, and then some

### Installing

``` bash
pip3 install Botify
```

### Resources

- Hit up the docs at https://docs.Botify.org to learn the ways of Botify and level up your 
development game with some serious knowledge
- Join our vibe tribe at https://t.me/Botify for all the latest updates and announcements 💯

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Botify",
    "name": "botify-tg",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "~=3.7",
    "maintainer_email": null,
    "keywords": "telegram chat messenger mtproto api client library python",
    "author": "Kunal Gaikwad",
    "author_email": "kunal@Botify.org",
    "download_url": "https://files.pythonhosted.org/packages/87/12/dbed91b369db6e5a4fc2fbff4e4306cfa57673ca2c524b787f437616f701/botify_tg-2.0.106.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\r\n    <a href=\"https://github.com/Botify/Botify\">\r\n        <img src=\"https://raw.githubusercontent.com/Botify/artwork/master/artwork/Botify-logo.png\" alt=\"Pyrogram\" width=\"128\">\r\n    </a>\r\n    <br>\r\n    <b>Telegram MTProto API Framework for Python</b>\r\n    <br>\r\n    <a href=\"https://Botify.org\">\r\n        Homepage\r\n    </a>\r\n    \u2022\r\n    <a href=\"https://docs.Botify.org\">\r\n        Documentation\r\n    </a>\r\n    \u2022\r\n    <a href=\"https://docs.Botify.org/releases\">\r\n        Releases\r\n    </a>\r\n    \u2022\r\n    <a href=\"https://t.me/Botify\">\r\n        News\r\n    </a>\r\n</p>\r\n\r\n## Botify\r\n\r\n> [!NOTE]\r\n> The project is no longer maintained or supported. Thanks for appreciating it.\r\n\r\n> A Gen Z themed, elegant and asynchronous Telegram MTProto API framework in Python for users and bots\r\n\r\n``` python\r\nfrom Botify import Client, filters\r\n\r\napp = Client(\"my_account\")\r\n\r\n\r\n@app.on_message(filters.private)\r\nasync def hello(client, message):\r\n    await message.reply(\"Yo! Botify in the house! \ud83d\udd25\")\r\n\r\n\r\napp.run()\r\n```\r\n\r\n**Botify** is a modern, Gen Z-styled [MTProto API](https://docs.Botify.org/topics/mtproto-vs-botapi)\r\nframework. It lets you vibe with the Telegram API through your own account (custom client) or a bot\r\nidentity (bot API alternative) using Python.\r\n\r\n### Key Features\r\n\r\n- **Ready**: Get Botify with pip and start creating your cool stuff right away \u26a1\r\n- **Easy**: Makes the Telegram API super chill and intuitive, while keeping the power moves possible\r\n- **Aesthetic**: Clean vibes with abstracted low-level details for a smoother experience \u2728\r\n- **Fast**: Powered up by [TgCrypto](https://github.com/Botify/tgcrypto), a high-performance cryptography library written in C \ud83d\ude80\r\n- **Type-hinted**: Everything's type-hinted for that perfect editor support, no cap\r\n- **Async**: Fully asynchronous (but can keep it old school with sync if that's your thing)\r\n- **Powerful**: Full access to Telegram's API to do literally anything the official client can do, and then some\r\n\r\n### Installing\r\n\r\n``` bash\r\npip3 install Botify\r\n```\r\n\r\n### Resources\r\n\r\n- Hit up the docs at https://docs.Botify.org to learn the ways of Botify and level up your \r\ndevelopment game with some serious knowledge\r\n- Join our vibe tribe at https://t.me/Botify for all the latest updates and announcements \ud83d\udcaf\r\n",
    "bugtrack_url": null,
    "license": "LGPLv3",
    "summary": "Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots",
    "version": "2.0.106",
    "project_urls": {
        "Community": "https://t.me/Botify",
        "Documentation": "https://docs.Botify.org",
        "Download": "https://github.com/Botify/Botify/releases/latest",
        "Homepage": "https://github.com/Botify",
        "Source": "https://github.com/Botify/Botify",
        "Tracker": "https://github.com/Botify/Botify/issues"
    },
    "split_keywords": [
        "telegram",
        "chat",
        "messenger",
        "mtproto",
        "api",
        "client",
        "library",
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bc891e6d2bc7601fc3882bf472369d2a48aed19a68731353f3b7b7c0560510b2",
                "md5": "bd1c981a7a367b35ed20f6358be4b558",
                "sha256": "fcfd4e7e792053b1de0b92fc0b40e4995375b2d7d5ac64b0d9f130e827b2427e"
            },
            "downloads": -1,
            "filename": "botify_tg-2.0.106-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bd1c981a7a367b35ed20f6358be4b558",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.7",
            "size": 3590029,
            "upload_time": "2024-12-31T13:52:53",
            "upload_time_iso_8601": "2024-12-31T13:52:53.189777Z",
            "url": "https://files.pythonhosted.org/packages/bc/89/1e6d2bc7601fc3882bf472369d2a48aed19a68731353f3b7b7c0560510b2/botify_tg-2.0.106-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8712dbed91b369db6e5a4fc2fbff4e4306cfa57673ca2c524b787f437616f701",
                "md5": "25718c0d4c4463f54db8595b740b84a2",
                "sha256": "5107ed4d1b7522d5385c4cfa030710cc06dba430d53af6bdba83cd9b301de872"
            },
            "downloads": -1,
            "filename": "botify_tg-2.0.106.tar.gz",
            "has_sig": false,
            "md5_digest": "25718c0d4c4463f54db8595b740b84a2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.7",
            "size": 346048,
            "upload_time": "2024-12-31T13:52:57",
            "upload_time_iso_8601": "2024-12-31T13:52:57.328191Z",
            "url": "https://files.pythonhosted.org/packages/87/12/dbed91b369db6e5a4fc2fbff4e4306cfa57673ca2c524b787f437616f701/botify_tg-2.0.106.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-31 13:52:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Botify",
    "github_project": "Botify",
    "github_not_found": true,
    "lcname": "botify-tg"
}
        
Elapsed time: 5.05774s