{ "info": { "author": "Do Hoerin", "author_email": "lyn@lynlab.co.kr", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "[![Build status](https://img.shields.io/travis/hellodhlyn/telegrambot-py.svg?style=flat-square)](https://travis-ci.org/hellodhlyn/telegrambot-py)\n[![Coverage](https://img.shields.io/codecov/c/gh/hellodhlyn/telegrambot-py.svg?style=flat-square)](https://codecov.io/gh/hellodhlyn/telegrambot-py)\n[![PyPI](https://img.shields.io/pypi/v/telegrambot-py.svg?style=flat-square)](https://pypi.org/project/telegrambot-py)\n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/telegrambot-py.svg?style=flat-square)](https://pypi.org/project/telegrambot-py)\n[![License](https://img.shields.io/github/license/hellodhlyn/telegrambot-py.svg?style=flat-square)](https://github.com/hellodhlyn/telegrambot-py/blob/master/LICENSE)\n\n# telegrambot-py\n\n> Make your own telegram bot easily.\n\n## Getting Started\n\nBefore starting, you need to create a bot and get a token for it. For details, see instructions [here](https://core.telegram.org/bots#3-how-do-i-create-a-bot).\n\nBelow is the example code that responds 'pong' for '/ping' command.\n\n```python\nfrom telegrambot import Bot\n\nbot = Bot('your_bot_token')\n\n@bot.command('/ping {name}')\ndef ping(ctx, name):\n return \"Hello, {}\".format(name)\n\nbot.start()\n```\n\n## Development\n### Prerequsites\n\n- Python 3.5 or greater\n- [Pipenv](https://github.com/pypa/pipenv)\n\n### Install dependencies\n\n```sh\npipenv install --dev\n```\n\n### Running Tests\n\n```sh\npipenv run lint\npipenv run test\n```\n\n### Deployment\n\n```sh\npipenv run package\n```\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/hellodhlyn/telegrambot-py", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "telegrambot-py", "package_url": "https://pypi.org/project/telegrambot-py/", "platform": "", "project_url": "https://pypi.org/project/telegrambot-py/", "project_urls": { "Homepage": "https://github.com/hellodhlyn/telegrambot-py" }, "release_url": "https://pypi.org/project/telegrambot-py/0.1.0/", "requires_dist": [ "python-telegram-bot (<12.0.0,>=11.1.0)" ], "requires_python": ">=3.5", "summary": "Make your own telegram bot easily", "version": "0.1.0", "yanked": false, "yanked_reason": null }, "last_serial": 6029237, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "e3fdab3d909f2358626d6cafef4d9328", "sha256": "411e8c37478481b9d0194bc3d1f39ce54ee7ad823ea7f1a9616fc6691532d118" }, "downloads": -1, "filename": "telegrambot_py-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "e3fdab3d909f2358626d6cafef4d9328", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 3965, "upload_time": "2019-06-08T12:49:50", "upload_time_iso_8601": "2019-06-08T12:49:50.261725Z", "url": "https://files.pythonhosted.org/packages/68/b9/ed0fe0e5cbb85e3da4ede22b2c827a89d3f297f9860e3c82c824aee6538a/telegrambot_py-0.0.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "36759b53c0dd1b8aecd62c7d40521403", "sha256": "9a0724d662c428d0e0e47a502d970215af2fa3648fb339b487d8eebbb05f567d" }, "downloads": -1, "filename": "telegrambot-py-0.0.1.tar.gz", "has_sig": false, "md5_digest": "36759b53c0dd1b8aecd62c7d40521403", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 2570, "upload_time": "2019-06-08T12:49:52", "upload_time_iso_8601": "2019-06-08T12:49:52.028327Z", "url": "https://files.pythonhosted.org/packages/00/e1/5538ac6724b72d46468162a3c75c2de865d9d8171e63abc1ec0360ce46f3/telegrambot-py-0.0.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.1.0": [ { "comment_text": "", "digests": { "md5": "87c2e6e7a1e047d4d82590942732e812", "sha256": "7de903d5199c5bc6bea166a48d2019f60df4bbb920356fd523dc6dc5803b9a7a" }, "downloads": -1, "filename": "telegrambot_py-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "87c2e6e7a1e047d4d82590942732e812", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 4670, "upload_time": "2019-10-25T12:34:36", "upload_time_iso_8601": "2019-10-25T12:34:36.228485Z", "url": "https://files.pythonhosted.org/packages/4a/c0/d927a6a6662521d55d3330fb78072a75d98826ccdcce718a2bd5d8e1400d/telegrambot_py-0.1.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "21fb53250a67899a3ffbf98260ce00a7", "sha256": "24004efd3c54f7463be2029c956664d3e2e3a49424bd43dbd10ffadd7ee89df8" }, "downloads": -1, "filename": "telegrambot-py-0.1.0.tar.gz", "has_sig": false, "md5_digest": "21fb53250a67899a3ffbf98260ce00a7", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 3019, "upload_time": "2019-10-25T12:34:37", "upload_time_iso_8601": "2019-10-25T12:34:37.524485Z", "url": "https://files.pythonhosted.org/packages/f4/66/48ec3e63516670c5f84b041589465e2f040006c64bde4c76cdc27198134c/telegrambot-py-0.1.0.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "87c2e6e7a1e047d4d82590942732e812", "sha256": "7de903d5199c5bc6bea166a48d2019f60df4bbb920356fd523dc6dc5803b9a7a" }, "downloads": -1, "filename": "telegrambot_py-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "87c2e6e7a1e047d4d82590942732e812", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 4670, "upload_time": "2019-10-25T12:34:36", "upload_time_iso_8601": "2019-10-25T12:34:36.228485Z", "url": "https://files.pythonhosted.org/packages/4a/c0/d927a6a6662521d55d3330fb78072a75d98826ccdcce718a2bd5d8e1400d/telegrambot_py-0.1.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "21fb53250a67899a3ffbf98260ce00a7", "sha256": "24004efd3c54f7463be2029c956664d3e2e3a49424bd43dbd10ffadd7ee89df8" }, "downloads": -1, "filename": "telegrambot-py-0.1.0.tar.gz", "has_sig": false, "md5_digest": "21fb53250a67899a3ffbf98260ce00a7", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 3019, "upload_time": "2019-10-25T12:34:37", "upload_time_iso_8601": "2019-10-25T12:34:37.524485Z", "url": "https://files.pythonhosted.org/packages/f4/66/48ec3e63516670c5f84b041589465e2f040006c64bde4c76cdc27198134c/telegrambot-py-0.1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }