https://github.com/diveshlunker/whatsall
  
  
    Python Library to automate messaging on whatsapp to unlimited people without having to actually save the number of the particular person 
    https://github.com/diveshlunker/whatsall
  
automation automation-framework automation-selenium automations driver google-driver pypi pypi-mirror pypi-package pypi-packages pypi-source python-library selenium selenium-python selenium-webdriver whatsall whatsapp
        Last synced: 7 months ago 
        JSON representation
    
Python Library to automate messaging on whatsapp to unlimited people without having to actually save the number of the particular person
- Host: GitHub
- URL: https://github.com/diveshlunker/whatsall
- Owner: diveshlunker
- License: mit
- Created: 2020-04-14T11:26:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-28T16:35:58.000Z (over 4 years ago)
- Last Synced: 2025-03-24T08:42:23.180Z (7 months ago)
- Topics: automation, automation-framework, automation-selenium, automations, driver, google-driver, pypi, pypi-mirror, pypi-package, pypi-packages, pypi-source, python-library, selenium, selenium-python, selenium-webdriver, whatsall, whatsapp
- Language: Python
- Homepage: https://pypi.org/project/whatsall/
- Size: 101 KB
- Stars: 16
- Watchers: 1
- Forks: 5
- Open Issues: 0
- 
            Metadata Files:
            - Readme: README.md
- License: LICENSE
 
Awesome Lists containing this project
README
          [](https://pypi.org/project/whatsall/)
# 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](https://pip.pypa.io/en/stable/) to install whatsall
```bash
pip install whatsall
```
## Requirements
- Python 3 - Download it [here](https://www.python.org/downloads/)
- Google chrome driver - Download the driver [here](https://chromedriver.chromium.org/downloads). Unzip and place the google driver at this location:- __C:\Drivers\chromeDriver\chromedriver.exe__ for easy use of the library
- selenium library - install by 
```bash
pip install selenium
```
- Check the other basic libraries from [requirements.txt](https://github.com/diveshlunker/whatsall/blob/master/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](https://github.com/diveshlunker/whatsall/blob/master/LICENSE)