Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johngohrw/whatsapp-broadcaster
automated whatsapp broadcasting
https://github.com/johngohrw/whatsapp-broadcaster
selenium spammer whatsapp whatsapp-web
Last synced: 4 months ago
JSON representation
automated whatsapp broadcasting
- Host: GitHub
- URL: https://github.com/johngohrw/whatsapp-broadcaster
- Owner: johngohrw
- Created: 2021-07-15T09:26:28.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-09T02:32:47.000Z (almost 2 years ago)
- Last Synced: 2024-07-30T21:02:53.777Z (6 months ago)
- Topics: selenium, spammer, whatsapp, whatsapp-web
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# whatsapp-broadcaster
![main screen lol](https://i.imgur.com/EN2krD7.jpg)
Mass WhatsApp message broadcaster for a list of phone numbers. Provides interval delay functionality between messages.
## Running on local
### Requirements- python3 (i used 3.8.3 but 3.6 and above should work fine)
- Google Chrome on your pc
- Chrome webdriver
- selenium (install via pip): `pip install selenium`
- tkinter for GUI (linux: install via `sudo apt-get install python3-tk`)Just run `python WhatsappBroadcaster.py` in the root directory.
## Building into executable
[pyinstaller](https://www.pyinstaller.org/) can be used to compile it to a distributable exe with the following command.
```
pyinstaller --add-data "./wa.ico;./" ./WhatsappBroadcaster.py
```## Distributed executable
If you do not know how to compile this or run it, check out the Releases section for precompiled versions of this. You need to get your own Chromedriver.exe file from https://chromedriver.chromium.org/downloads. Make sure the version of chromedriver you're downloading is the same as your computer's Google Chrome version (click on the three-dots menu > `Help` > `About Google Chrome` to find out your version).