TCgram


NameTCgram JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/TCgram
SummaryElegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots
upload_time2022-12-27 15:53:52
maintainer
docs_urlNone
authorTEAM TC
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/TCgram/TCgram">
        <img src="https://docs.TCgram.com/_static/TCgram.png" alt="TCgram" width="128">
    </a>
    <br>
    <b>Telegram MTProto API Framework for Python</b>
    <br>
    <a href="https://TCgram.com">
        Homepage
    </a>
    •
    <a href="https://docs.TCgram.com">
        Documentation
    </a>
    •
    <a href="https://docs.TCgram.com/releases">
        Releases
    </a>
    •
    <a href="https://t.me/TCdgram">
        News
    </a>
</p>

## TCgram

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

``` python
from TCgram import Client, filters

app = Client("my_account")


@app.on_message(filters.private)
async def hello(client, message):
    await message.reply("Hello from TCgram!")


app.run()
```

### Installing

``` bash
pip3 install TCgram
```



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/TCgram",
    "name": "TCgram",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "~=3.7",
    "maintainer_email": "",
    "keywords": "telegram chat messenger mtproto api client library python",
    "author": "TEAM TC",
    "author_email": "tcgrams60@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/dd/68/0c043eb316b9b02a37c3f495dd4ccdbf7d0559a50aee1401f652d578a8e0/TCgram-1.0.0.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\r\n    <a href=\"https://github.com/TCgram/TCgram\">\r\n        <img src=\"https://docs.TCgram.com/_static/TCgram.png\" alt=\"TCgram\" 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://TCgram.com\">\r\n        Homepage\r\n    </a>\r\n    \u2022\r\n    <a href=\"https://docs.TCgram.com\">\r\n        Documentation\r\n    </a>\r\n    \u2022\r\n    <a href=\"https://docs.TCgram.com/releases\">\r\n        Releases\r\n    </a>\r\n    \u2022\r\n    <a href=\"https://t.me/TCdgram\">\r\n        News\r\n    </a>\r\n</p>\r\n\r\n## TCgram\r\n\r\n> Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots\r\n\r\n``` python\r\nfrom TCgram 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(\"Hello from TCgram!\")\r\n\r\n\r\napp.run()\r\n```\r\n\r\n### Installing\r\n\r\n``` bash\r\npip3 install TCgram\r\n```\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": "LGPLv3",
    "summary": "Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots",
    "version": "1.0.0",
    "split_keywords": [
        "telegram",
        "chat",
        "messenger",
        "mtproto",
        "api",
        "client",
        "library",
        "python"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "489f695adaf4f43bb7f2f0c9b147d820",
                "sha256": "7a799ed5b83cdb97ee6b85f4ffebad5f4e8d69c9cfa812845e376f411b4bab42"
            },
            "downloads": -1,
            "filename": "TCgram-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "489f695adaf4f43bb7f2f0c9b147d820",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.7",
            "size": 343939,
            "upload_time": "2022-12-27T15:53:52",
            "upload_time_iso_8601": "2022-12-27T15:53:52.352846Z",
            "url": "https://files.pythonhosted.org/packages/dd/68/0c043eb316b9b02a37c3f495dd4ccdbf7d0559a50aee1401f652d578a8e0/TCgram-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-27 15:53:52",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "tcgram"
}
        
Elapsed time: 0.02292s