{ "info": { "author": "Simon Sch\u00fcrrle", "author_email": "info@sitischu.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# lazybot\n\nA simple class that can call arbitrary methods and make a request to Telegrams bot api.\n\n## But why ?\nWhile writing my userbot I wanted a easy way to make calls to the bot api without needing a full blown lib with handlers etc..\n\n## Where are the docs ?\nUse the [Telegram Docs](https://core.telegram.org/bots/api) and the following example as base.\n```\nimport lazybot\nbot = lazybot.Bot('TOKEN')\n# you can use snake case\nbot.send_message(chat_id=123456, text='Text')\n\n# or camelCase\nbot.sendMessage(chat_id=123456, text='Text')\n\n````\n\n## Installation\n`pip install lazybot`\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Mojurasu/lazybot", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "lazybot", "package_url": "https://pypi.org/project/lazybot/", "platform": "", "project_url": "https://pypi.org/project/lazybot/", "project_urls": { "Homepage": "https://github.com/Mojurasu/lazybot" }, "release_url": "https://pypi.org/project/lazybot/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "Simple Class to easily make calls to the Telegram bot API", "version": "0.1.0" }, "last_serial": 4412802, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "70bcd0cd0420ce7913513b3d926da588", "sha256": "e67774de82f7659da880a03b9e08e1e026e137d9c66d656a4ffe5fa6007025ed" }, "downloads": -1, "filename": "lazybot-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "70bcd0cd0420ce7913513b3d926da588", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4309, "upload_time": "2018-10-24T22:02:36", "url": "https://files.pythonhosted.org/packages/8b/0e/7c8bac0697b8d2b6045a4ef3d124d23d00fd8ceedd1d2ac83c99eb80b0b2/lazybot-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "50e7618d31389f30ab50f3b3b2f16cf2", "sha256": "345b1eec4832b1167fcc24f1251bcc286473bba4ba779b50af635a5a41d69d47" }, "downloads": -1, "filename": "lazybot-0.1.0.tar.gz", "has_sig": false, "md5_digest": "50e7618d31389f30ab50f3b3b2f16cf2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1377, "upload_time": "2018-10-24T22:02:37", "url": "https://files.pythonhosted.org/packages/cc/58/26a9119b96a8a26737464da5cacbda93709f51eac601e9aaf061602a94b7/lazybot-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "70bcd0cd0420ce7913513b3d926da588", "sha256": "e67774de82f7659da880a03b9e08e1e026e137d9c66d656a4ffe5fa6007025ed" }, "downloads": -1, "filename": "lazybot-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "70bcd0cd0420ce7913513b3d926da588", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4309, "upload_time": "2018-10-24T22:02:36", "url": "https://files.pythonhosted.org/packages/8b/0e/7c8bac0697b8d2b6045a4ef3d124d23d00fd8ceedd1d2ac83c99eb80b0b2/lazybot-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "50e7618d31389f30ab50f3b3b2f16cf2", "sha256": "345b1eec4832b1167fcc24f1251bcc286473bba4ba779b50af635a5a41d69d47" }, "downloads": -1, "filename": "lazybot-0.1.0.tar.gz", "has_sig": false, "md5_digest": "50e7618d31389f30ab50f3b3b2f16cf2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1377, "upload_time": "2018-10-24T22:02:37", "url": "https://files.pythonhosted.org/packages/cc/58/26a9119b96a8a26737464da5cacbda93709f51eac601e9aaf061602a94b7/lazybot-0.1.0.tar.gz" } ] }