Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anirudhbagri/whatsapp-bulk-messenger
Send whatsapp message in bulk
https://github.com/anirudhbagri/whatsapp-bulk-messenger
automation bulk-message bulk-messages hacktoberfest hacktoberfest2021 python whatsapp whatsapp-bot whatsapp-bulk-messages whatsapp-bulk-messenger whatsapp-bulk-sender whatsapp-web
Last synced: about 1 month ago
JSON representation
Send whatsapp message in bulk
- Host: GitHub
- URL: https://github.com/anirudhbagri/whatsapp-bulk-messenger
- Owner: anirudhbagri
- Created: 2020-01-11T13:55:37.000Z (almost 5 years ago)
- Default Branch: primary
- Last Pushed: 2024-06-27T17:57:27.000Z (5 months ago)
- Last Synced: 2024-10-01T00:23:52.016Z (about 1 month ago)
- Topics: automation, bulk-message, bulk-messages, hacktoberfest, hacktoberfest2021, python, whatsapp, whatsapp-bot, whatsapp-bulk-messages, whatsapp-bulk-messenger, whatsapp-bulk-sender, whatsapp-web
- Language: Python
- Homepage:
- Size: 26.8 MB
- Stars: 226
- Watchers: 11
- Forks: 143
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Whatsapp-Bulk-Messenger
Whatsapp Bulk Messenger automates sending of messages via Whatsapp Web. The tool can you used to send whatsapp message in bulk. Program uses runs through a list of numbers provided in numbers.txt and then tries to send a prediefined (but templated) message to each number in the list. It can also read other columns from the number csv to populate template specific words and then send out a personalized message to the number
Note: The current program is limited to sending only TEXT message
Note: Another version of similar project is available which supports sending media and documents along with text. As per many requests, I have added a [video here](https://youtu.be/NNkAh5sLEok) demonstrating how the app works. Please reach out to me on [email](mailto:[email protected]) for more enquiry. Join the [google group here](https://groups.google.com/g/whatsapp-bulker/) and [telegram group here](https://t.me/whatsapp_bulker).
# Requirements
* Python >= 3.6
* Chrome headless is installed by the program automatically# Setup
1. Install python - >=v3.6
2. Run `pip install -r requirements.txt`# Steps
1. Enter the message you want to send inside `message.txt` file.
2. Enter the list of numbers line-separated in `numbers.txt` file.
3. Run `python automator.py`.
4. Once the program starts, you'll see the message in message.txt and count of numbers in the numbers.txt file.
5. After a while, Chrome should pop-up and open web.whatsapp.com.
6. Scan the QR code to login into whatsapp.
7. Press `Enter` to start sending out messages.
8. Sit back and relax!### Funding
If you like this app, I'd appreciate it if you could make a donation via [Buy Me a Coffee](https://www.buymeacoffee.com/anirudhbagri) or [PayPal.Me](https://paypal.me/AnirudhBagri?locale.x=en_GB).