whatsall icon indicating copy to clipboard operation
whatsall copied to clipboard

Python Library to automate messaging on whatsapp to unlimited people without having to actually save the number of the particular person

Hits

whatsAll - 2.0

WhatsAll is a Python library to automate sending messages to unlimited number of people without even saving the contact number.

Installation

Use the package manager pip to install whatsall

pip install whatsall

Requirements

  • 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.

Features

  • 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

Usage

It will be updated soon which syncs with latest relase of whatsall.

Terms and Conditions

  • 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

Contributing

Pull requests are appreciated.

Version

Stable version - 2.0 Previous Stable Version - 1

License

MIT