{ "info": { "author": "Efraim Rodrigues", "author_email": "efraimnaassom@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "Natural Language :: English", "Programming Language :: Python :: 3.4", "Topic :: Internet", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "[![Documentation Status](https://readthedocs.org/projects/whapy/badge/?version=latest)](http://whapy.readthedocs.io/en/latest/?badge=latest)\n\nCheckout the [documentation][doc].\n\n[doc]: http://whapy.readthedocs.io/\n \n## Quick Example\n```py\nimport whapy\n\nwap = whapy.WhaPy(whapy.Browser.firefox, True)\n\n@wap.event\nasync def on_message(chat, messages):\n print(\"New messages arrived: \")\n for i in range(0,len(messages)):\n if not messages[i].is_media():\n print(messages[i].get_content())\n if messages[i].get_content() == \"@who\":\n chat.send_message(\"are you?\")\n\n@wap.event\nasync def on_ready():\n print(\"Logged in as \" + wap.get_me())\n\nwap.run()\n```\n\n## Dependencies\n\n- Python 3.4.2+\n- `selenium` library\n- `a webdriver` (http://selenium-python.readthedocs.io/installation.html#drivers)", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/efraimrodrigues/WhaPy", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "whapy", "package_url": "https://pypi.org/project/whapy/", "platform": "", "project_url": "https://pypi.org/project/whapy/", "project_urls": { "Homepage": "https://github.com/efraimrodrigues/WhaPy" }, "release_url": "https://pypi.org/project/whapy/0.2.0/", "requires_dist": null, "requires_python": "", "summary": "A python API for whatsapp web", "version": "0.2.0" }, "last_serial": 3596135, "releases": { "0.1.2": [ { "comment_text": "", "digests": { "md5": "5a18e82bd08919990c76ec631a903102", "sha256": "e177b9259e02158cdf1592db1981df57116c6f60d56990c1de262f70e2757d4d" }, "downloads": -1, "filename": "whapy-0.1.2.tar.gz", "has_sig": false, "md5_digest": "5a18e82bd08919990c76ec631a903102", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5505, "upload_time": "2017-11-09T22:15:37", "url": "https://files.pythonhosted.org/packages/10/54/152fddab9b8804a7dd5028503f5a46179bfbf5322e8271195ca48168fd6a/whapy-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "e36da508f2c69c7acef854cd7e9af84f", "sha256": "237a5b692a4818a4d3a0fd2fd5235d94fe9aaa2730e5c2c6653d51a5ea4aa368" }, "downloads": -1, "filename": "whapy-0.1.3.tar.gz", "has_sig": false, "md5_digest": "e36da508f2c69c7acef854cd7e9af84f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5605, "upload_time": "2017-11-09T22:19:10", "url": "https://files.pythonhosted.org/packages/de/70/1fbca2509cc4d846064ae46f00406ed3452ecfadbe4e5ec19ff35366eba6/whapy-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "a37a046158e7d3911dcf704f72f0fa52", "sha256": "a48be91e7b79a295cd53f63c5db1c89658a1f4b620ebff0c45b7aee5cd6996c8" }, "downloads": -1, "filename": "whapy-0.1.4.tar.gz", "has_sig": false, "md5_digest": "a37a046158e7d3911dcf704f72f0fa52", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5534, "upload_time": "2018-02-15T12:47:33", "url": "https://files.pythonhosted.org/packages/63/04/2060fba35bb7e868f471e1b84ff30894e27be75a62c4440d4da940121292/whapy-0.1.4.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "431edc76008a4506f789f8c934efed0a", "sha256": "7e4471370610372fced2ea43ab7ccfd3f2fef1accd9ef341eb9265f15daf189e" }, "downloads": -1, "filename": "whapy-0.2.0.tar.gz", "has_sig": false, "md5_digest": "431edc76008a4506f789f8c934efed0a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6089, "upload_time": "2018-02-19T15:03:18", "url": "https://files.pythonhosted.org/packages/4e/40/ba6f7ea00e101c961c6d9c4ef0e3df8d72a4d75d1d208813ce2d85c43d60/whapy-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "431edc76008a4506f789f8c934efed0a", "sha256": "7e4471370610372fced2ea43ab7ccfd3f2fef1accd9ef341eb9265f15daf189e" }, "downloads": -1, "filename": "whapy-0.2.0.tar.gz", "has_sig": false, "md5_digest": "431edc76008a4506f789f8c934efed0a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6089, "upload_time": "2018-02-19T15:03:18", "url": "https://files.pythonhosted.org/packages/4e/40/ba6f7ea00e101c961c6d9c4ef0e3df8d72a4d75d1d208813ce2d85c43d60/whapy-0.2.0.tar.gz" } ] }