{ "info": { "author": "Shaked Nissanov", "author_email": "shaked.nissanov@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "# Whatsapp Bot\n\nA Whatsapp bot package using Selenium in Python. It allows sending and receiving messages from groups and users.\n\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes. \n\n### Prerequisites\n\nWhat things you need to install the software and how to install them\n\n```\nThe selenium package for python.\n```\n```\nThe chrome driver: http://chromedriver.chromium.org/\n```\n\n## Examples\nHow to use the function provided by the package\n\n### Initialize the connection\n* Run the _whatsappWebConnection_ as a threaded function\n```\n>> import seleniumbot\n>> seleniumbot.whatsappWebConnection(PathToChromeDriver) \n```\n### Send a message\n```\n>> seleniumbot.sendMessage(targetName, msg)\n```\n### Read the last message\n```\n>> seleniumbot.getLastMessage(targetName, textDirection):\n```\n### Read all available messages\n```\n>> seleniumbot.readAllMessages(targetName, textDirection)\n```\n\n## Built With\n\n* [Selenium](https://www.seleniumhq.org/) - The main packege used\n\n## Authors\n\n* **Shaked Nissanov** \n\nSee also the list of [contributors](https://github.com/your/project/contributors) who participated in this project.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\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/shakedNissanov/WhatsappBot", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "seleniumbot", "package_url": "https://pypi.org/project/seleniumbot/", "platform": "", "project_url": "https://pypi.org/project/seleniumbot/", "project_urls": { "Homepage": "https://github.com/shakedNissanov/WhatsappBot" }, "release_url": "https://pypi.org/project/seleniumbot/0.1/", "requires_dist": [ "selenium" ], "requires_python": "", "summary": "A Whatsapp bot using Selenium in Python", "version": "0.1" }, "last_serial": 3989818, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "132920df847dafa34944f0376430eb98", "sha256": "1fe96226dd49d9ac1fc870be94db5c49e5ab3d788e769f05888029c87effe357" }, "downloads": -1, "filename": "seleniumbot-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "132920df847dafa34944f0376430eb98", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2613, "upload_time": "2018-06-22T15:39:45", "url": "https://files.pythonhosted.org/packages/78/64/5443cf0091a8e28441539865b6f86857d736eebf9347aa3a9cbe1bdd2cd3/seleniumbot-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dabaf948c0e3fd41c5b04883a1011b9b", "sha256": "c6629fbdb779c5c1829b9a6523ea29304de7fed50d044a3489e620ef81bb13ea" }, "downloads": -1, "filename": "seleniumbot-0.1.tar.gz", "has_sig": false, "md5_digest": "dabaf948c0e3fd41c5b04883a1011b9b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2476, "upload_time": "2018-06-22T15:39:47", "url": "https://files.pythonhosted.org/packages/ef/d6/0d43f586b76a1fde189982628a59d387c9156e52075b298bd6da1ded9ea0/seleniumbot-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "132920df847dafa34944f0376430eb98", "sha256": "1fe96226dd49d9ac1fc870be94db5c49e5ab3d788e769f05888029c87effe357" }, "downloads": -1, "filename": "seleniumbot-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "132920df847dafa34944f0376430eb98", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 2613, "upload_time": "2018-06-22T15:39:45", "url": "https://files.pythonhosted.org/packages/78/64/5443cf0091a8e28441539865b6f86857d736eebf9347aa3a9cbe1bdd2cd3/seleniumbot-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dabaf948c0e3fd41c5b04883a1011b9b", "sha256": "c6629fbdb779c5c1829b9a6523ea29304de7fed50d044a3489e620ef81bb13ea" }, "downloads": -1, "filename": "seleniumbot-0.1.tar.gz", "has_sig": false, "md5_digest": "dabaf948c0e3fd41c5b04883a1011b9b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2476, "upload_time": "2018-06-22T15:39:47", "url": "https://files.pythonhosted.org/packages/ef/d6/0d43f586b76a1fde189982628a59d387c9156e52075b298bd6da1ded9ea0/seleniumbot-0.1.tar.gz" } ] }