picogram


Namepicogram JSON
Version 0.0.1 PyPI version JSON
download
home_pageNone
Summarysmall api library for telegram bot api
upload_time2024-03-21 09:52:39
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords api bot library small telegram
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # picogram
small api library for telegram bot api


Installation:
```shell
pip install picogram
```


Example:

```python
from picogram import Bot

bot = Bot(token='your_token')


@bot.message()
def start_message(message: dict):
    bot.send_message(chat_id=message['chat']['id'], text='Hello!')


if __name__ == '__main__':
    bot.run_polling()
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "picogram",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Shahobiddin Anorboyev <anorprogrammer1127@gmail.com>",
    "keywords": "api, bot, library, small, telegram",
    "author": null,
    "author_email": "Shahobiddin Anorboyev <anorprogrammer1127@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/48/fc/386c94734666b9066d6ce8ae344465b14b1577ad022aa1291a12cad61bab/picogram-0.0.1.tar.gz",
    "platform": null,
    "description": "# picogram\nsmall api library for telegram bot api\n\n\nInstallation:\n```shell\npip install picogram\n```\n\n\nExample:\n\n```python\nfrom picogram import Bot\n\nbot = Bot(token='your_token')\n\n\n@bot.message()\ndef start_message(message: dict):\n    bot.send_message(chat_id=message['chat']['id'], text='Hello!')\n\n\nif __name__ == '__main__':\n    bot.run_polling()\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "small api library for telegram bot api",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/anorprogrammer/picogram",
        "Issues": "https://github.com/anorprogrammer/picogram/issues"
    },
    "split_keywords": [
        "api",
        " bot",
        " library",
        " small",
        " telegram"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3c1aab8f9a17d6484690e26fcd4e609fdf1aa3e54d2aa26b634eacb62ee25dea",
                "md5": "3d53c01812e188b898893d9c8153dead",
                "sha256": "9845ea28f4cf63f3b6b1e753a4beaed04e2efcfecd449902932d1706a71c7c8a"
            },
            "downloads": -1,
            "filename": "picogram-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3d53c01812e188b898893d9c8153dead",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 3141,
            "upload_time": "2024-03-21T09:52:34",
            "upload_time_iso_8601": "2024-03-21T09:52:34.885851Z",
            "url": "https://files.pythonhosted.org/packages/3c/1a/ab8f9a17d6484690e26fcd4e609fdf1aa3e54d2aa26b634eacb62ee25dea/picogram-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "48fc386c94734666b9066d6ce8ae344465b14b1577ad022aa1291a12cad61bab",
                "md5": "6c40776098a8726c014c735d87a96b19",
                "sha256": "843542583c45bb4ba8a305fc3a04ba9a1c28759cea660170ede47cd472eb286d"
            },
            "downloads": -1,
            "filename": "picogram-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "6c40776098a8726c014c735d87a96b19",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 3954,
            "upload_time": "2024-03-21T09:52:39",
            "upload_time_iso_8601": "2024-03-21T09:52:39.651861Z",
            "url": "https://files.pythonhosted.org/packages/48/fc/386c94734666b9066d6ce8ae344465b14b1577ad022aa1291a12cad61bab/picogram-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-21 09:52:39",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "anorprogrammer",
    "github_project": "picogram",
    "github_not_found": true,
    "lcname": "picogram"
}
        
Elapsed time: 0.21843s