{ "info": { "author": "Hanjun Kim", "author_email": "hallazzang@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3 :: Only", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "========\nkakaobot\n========\n\nSuper simple framework for Kakaotalk auto-reply bot based on aiohttp\n\nExample\n-------\n\nFrom ``examples/simple_echo.py``:\n\n.. code:: python\n\n from kakaobot import KakaoBot\n\n bot = KakaoBot()\n\n @bot.on_message\n async def handle_message(message, **args):\n if args['type'] == 'text':\n return 'Echoing: %s' % message\n else:\n return 'Cannot understand'\n\n if __name__ == '__main__':\n bot.run(host='0.0.0.0', port=8080)\n\nNice, isn't it?\n\nWhy not Flask or Django?\n------------------------\n\nBecause setting up full Flask/Django development environment is a bit of pain,\nespecially for this kind of tiny application with no front-end view.\nIt is well-known using default development server for Flask/Django is not the way\nyou run your web application. But in aiohttp, it is. That's why I chose aiohttp.\n\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/hallazzang/kakaobot", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "python-kakaobot", "package_url": "https://pypi.org/project/python-kakaobot/", "platform": "any", "project_url": "https://pypi.org/project/python-kakaobot/", "project_urls": { "Homepage": "https://github.com/hallazzang/kakaobot" }, "release_url": "https://pypi.org/project/python-kakaobot/0.0.2/", "requires_dist": [ "aiohttp (>=2.3.6)" ], "requires_python": ">=3.5", "summary": "Super simple framework for Kakaotalk auto-reply bot based on aiohttp", "version": "0.0.2" }, "last_serial": 3428594, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "85f1e59a4cddbbc896e5f4a3fc92f9a3", "sha256": "0b939273158aeb08e8f59cebb764463d1c7222f46bf919618ff5d05df65bc7f0" }, "downloads": -1, "filename": "python_kakaobot-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "85f1e59a4cddbbc896e5f4a3fc92f9a3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 5747, "upload_time": "2017-12-19T14:39:21", "url": "https://files.pythonhosted.org/packages/f0/b4/ec4cc9129f714a4602c625b7e687dab74c9f137c6115535fe37f68075756/python_kakaobot-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "86bf2a95f11182baffd4a7f3a08b15b8", "sha256": "752348d9461b89827dfc87f3ba36a9d0e3b25bc7ab1d132807d475244d7bdb6d" }, "downloads": -1, "filename": "python-kakaobot-0.0.1.tar.gz", "has_sig": false, "md5_digest": "86bf2a95f11182baffd4a7f3a08b15b8", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 2980, "upload_time": "2017-12-19T14:39:24", "url": "https://files.pythonhosted.org/packages/d6/69/af12e4b386b649883aec9e7cec1f23e6b4d7efc484961a061cc8691e69b8/python-kakaobot-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "d757d58c46dfe60b9fcde806d1275b7f", "sha256": "33fd89f8f3eee3dca026223082d3b54935c24d138c9488af48214332dec8f92c" }, "downloads": -1, "filename": "python_kakaobot-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "d757d58c46dfe60b9fcde806d1275b7f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 5797, "upload_time": "2017-12-19T15:03:05", "url": "https://files.pythonhosted.org/packages/a6/ae/286a0a6a45b77c597b098fa9f64726257a508bb75f70ed63c2f290b1faa1/python_kakaobot-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "59d921baa464018bc2ed19f0ecb20ce8", "sha256": "93c2e57b5c5ec71e6ff5fab97129afb12cf6381a3cc1486a9ac402378246017b" }, "downloads": -1, "filename": "python-kakaobot-0.0.2.tar.gz", "has_sig": false, "md5_digest": "59d921baa464018bc2ed19f0ecb20ce8", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 3045, "upload_time": "2017-12-19T15:03:06", "url": "https://files.pythonhosted.org/packages/a7/81/54039e5f0741f7be229467f198f7f0222b15b0a41a889492a36a87482873/python-kakaobot-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d757d58c46dfe60b9fcde806d1275b7f", "sha256": "33fd89f8f3eee3dca026223082d3b54935c24d138c9488af48214332dec8f92c" }, "downloads": -1, "filename": "python_kakaobot-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "d757d58c46dfe60b9fcde806d1275b7f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 5797, "upload_time": "2017-12-19T15:03:05", "url": "https://files.pythonhosted.org/packages/a6/ae/286a0a6a45b77c597b098fa9f64726257a508bb75f70ed63c2f290b1faa1/python_kakaobot-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "59d921baa464018bc2ed19f0ecb20ce8", "sha256": "93c2e57b5c5ec71e6ff5fab97129afb12cf6381a3cc1486a9ac402378246017b" }, "downloads": -1, "filename": "python-kakaobot-0.0.2.tar.gz", "has_sig": false, "md5_digest": "59d921baa464018bc2ed19f0ecb20ce8", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 3045, "upload_time": "2017-12-19T15:03:06", "url": "https://files.pythonhosted.org/packages/a7/81/54039e5f0741f7be229467f198f7f0222b15b0a41a889492a36a87482873/python-kakaobot-0.0.2.tar.gz" } ] }