WhatsAll is a Python library to automate sending messages to unlimited number of people without even saving the contact number.
Use the package manager pip to install whatsall
pip install whatsall
- Python 3 - Download it here
- Google chrome driver - Download the driver here. Unzip and place the google driver at this location:- C:\Drivers\chromeDriver\chromedriver.exe for easy use of the library
- selenium library - install by
pip install selenium
- Check the other basic libraries from requirements.txt which should be generally pre installed but in case it isn't, install it.
- Automate messaging to unlimited users.
- No need to save the contact in order to message the user.
- Send messages to people of any country just by specifying the country code.
- You can add multiple messages.
- Send Media and documents to multiple people.
- Use csv files to import message, phone numbers, images, documents to the library
It will be updated soon which syncs with latest relase of whatsall.
- This library is unofficial and is no way responsible for any legal issues if happen.
- This library should not be used for any illeagal purpose and is made merely for education purpose and for development.
- For any major changes, issue must be raised first.
- This library should not be used for spamming else, if blocked by whatsapp, this library should not be held responsible
Pull requests are appreciated.
Stable version - 2.0 Previous Stable Version - 1