A python script to automatically send whatsapp messages. Can send infinty messages with single click to a single contact or multiple contact at the same time.
Any contributions from you guys are welcome. Just fork this repository, make changes in the code and create a pull request, I will merge the changes if it seems interesting. :)
Do star the repo if you think it worth it.
- Chrome/Chromium Browser (https://www.google.com/chrome/browser)
- Chrome WebDriver (https://chromedriver.storage.googleapis.com/index.html?path=2.33/)
- Python3 (https://www.python.org/downloads/)
- Virtualenv (
$ pip3 install virtualenv
) - Selenium (
$ pip3 install selenium
)
- Firstly, clone the repository using the git shell
- Goto the base directory of the project
- Install the requirements for the project<
- Run the script.py
- Enter the details asked (user's name, message to be sent, number of messages to be sent)
- Voila!