{ "info": { "author": "Sadegh Yazdani, Hossein Jafarzadeh, Mostafa Asadi", "author_email": "m.s.yazdani86@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Communications :: Chat", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "### Install Package\n```\npip3 install gappy\n```\ncompatible python version: 3.4+\n\n### How to use\n\n#### Run with flask\n\nExample:\n\n```\nimport gappy\nfrom flask import Flask\nfrom flask import request\n\nTOKEN = ''\n\nbot = gappy.Bot(TOKEN)\napp = Flask(__name__)\n\n\n@app.route('/', methods=['POST'])\ndef parse_request():\n msg = request.form\n content_type = msg['type']\n chat_id = msg['chat_id']\n data = msg['data']\n bot.send_text(chat_id, data)\n return 'OK'\n\n\nif __name__ == '__main__':\n app.run()\n```", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/GapAPy/Gappy/", "keywords": "gap messenger bot api python wrapper", "license": "GPL", "maintainer": "", "maintainer_email": "", "name": "gappy", "package_url": "https://pypi.org/project/gappy/", "platform": "", "project_url": "https://pypi.org/project/gappy/", "project_urls": { "Homepage": "https://github.com/GapAPy/Gappy/" }, "release_url": "https://pypi.org/project/gappy/0.4.3/", "requires_dist": null, "requires_python": "", "summary": "Python framework for Gap Service API", "version": "0.4.3" }, "last_serial": 3820290, "releases": { "0.4.3": [ { "comment_text": "", "digests": { "md5": "320be04863b35382ed0d251e0ca75f82", "sha256": "8e97fa5d4055b9a7a0398c7d97a55ed0cc6c6913b3b778f6a2f626d77c7e0884" }, "downloads": -1, "filename": "gappy-0.4.3.tar.gz", "has_sig": false, "md5_digest": "320be04863b35382ed0d251e0ca75f82", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6359, "upload_time": "2018-04-30T09:17:40", "url": "https://files.pythonhosted.org/packages/9d/ef/3974fb4333c4f88ddc7a085190dfbd7f63560fa208354128cb6b5e334248/gappy-0.4.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "320be04863b35382ed0d251e0ca75f82", "sha256": "8e97fa5d4055b9a7a0398c7d97a55ed0cc6c6913b3b778f6a2f626d77c7e0884" }, "downloads": -1, "filename": "gappy-0.4.3.tar.gz", "has_sig": false, "md5_digest": "320be04863b35382ed0d251e0ca75f82", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6359, "upload_time": "2018-04-30T09:17:40", "url": "https://files.pythonhosted.org/packages/9d/ef/3974fb4333c4f88ddc7a085190dfbd7f63560fa208354128cb6b5e334248/gappy-0.4.3.tar.gz" } ] }