A Whatsapp bot package using Selenium in Python. It allows sending and receiving messages from groups and users.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them
The selenium package for python.
The chrome driver: http://chromedriver.chromium.org/
How to use the function provided by the package
- Run the whatsappWebConnection as a threaded function
>> import seleniumbot
>> seleniumbot.whatsappWebConnection(PathToChromeDriver)
>> seleniumbot.sendMessage(targetName, msg)
>> seleniumbot.getLastMessage(targetName, textDirection):
>> seleniumbot.readAllMessages(targetName, textDirection)
- Selenium - The main packege used
- Shaked Nissanov
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details