telegrams


Nametelegrams JSON
Version 0.0.4 PyPI version JSON
download
home_pagehttps://github.com/Clinton-Abraham
Summary
upload_time2025-07-23 09:50:16
maintainerNone
docs_urlNone
authorClinton Abraham
requires_python~=3.10
licenseNone
keywords bot bots telegram
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
 📦 <a href="https://pypi.org/project/telegrams" style="text-decoration:none;">Telegrams</a>
</p>


```python

from Telegrams.functions import Telegraph

telegraph = Telegraph()
telegraph.create_account(short_name='1337')

response = telegraph.create_page('Hey', html_content='<p>Hello, world!</p>')

print(response['url'])

```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Clinton-Abraham",
    "name": "telegrams",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "~=3.10",
    "maintainer_email": null,
    "keywords": "bot, bots, telegram",
    "author": "Clinton Abraham",
    "author_email": "clintonabrahamc@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/70/31/69732c8b91b65dfb9a5bb94ceb98d7b0ac07ff9a655551fc631322569798/telegrams-0.0.4.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n \ud83d\udce6 <a href=\"https://pypi.org/project/telegrams\" style=\"text-decoration:none;\">Telegrams</a>\n</p>\n\n\n```python\n\nfrom Telegrams.functions import Telegraph\n\ntelegraph = Telegraph()\ntelegraph.create_account(short_name='1337')\n\nresponse = telegraph.create_page('Hey', html_content='<p>Hello, world!</p>')\n\nprint(response['url'])\n\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "\u3164",
    "version": "0.0.4",
    "project_urls": {
        "Homepage": "https://github.com/Clinton-Abraham"
    },
    "split_keywords": [
        "bot",
        " bots",
        " telegram"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0bbb67cb546c87e12eba5d699ce84208a49d31bf2b176493d06fc0a862422609",
                "md5": "d5cc5928935a054d32def94fdd164b39",
                "sha256": "73e741b3de599fe21632e6776a43006561276ca8d53b79c9621732e0869a0be7"
            },
            "downloads": -1,
            "filename": "telegrams-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d5cc5928935a054d32def94fdd164b39",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "~=3.10",
            "size": 10185,
            "upload_time": "2025-07-23T09:50:15",
            "upload_time_iso_8601": "2025-07-23T09:50:15.260964Z",
            "url": "https://files.pythonhosted.org/packages/0b/bb/67cb546c87e12eba5d699ce84208a49d31bf2b176493d06fc0a862422609/telegrams-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "703169732c8b91b65dfb9a5bb94ceb98d7b0ac07ff9a655551fc631322569798",
                "md5": "6f29ba582c7936e04659c27daf3de1dc",
                "sha256": "174df817ae0c38ee363cc55d354189a4fa1156a87e05a1036e99c98a09f21c49"
            },
            "downloads": -1,
            "filename": "telegrams-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "6f29ba582c7936e04659c27daf3de1dc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "~=3.10",
            "size": 7110,
            "upload_time": "2025-07-23T09:50:16",
            "upload_time_iso_8601": "2025-07-23T09:50:16.244009Z",
            "url": "https://files.pythonhosted.org/packages/70/31/69732c8b91b65dfb9a5bb94ceb98d7b0ac07ff9a655551fc631322569798/telegrams-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-23 09:50:16",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "telegrams"
}
        
Elapsed time: 1.18985s