https://github.com/ammienyami/whatspammer
Send a WhatsApp message to a custom set of numbers.
https://github.com/ammienyami/whatspammer
advertising javascript promotion whatsapp whatsapp-bot whatsapp-web
Last synced: 6 months ago
JSON representation
Send a WhatsApp message to a custom set of numbers.
- Host: GitHub
- URL: https://github.com/ammienyami/whatspammer
- Owner: AmmieNyami
- License: mit
- Created: 2023-05-16T23:37:05.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-16T23:37:36.000Z (over 2 years ago)
- Last Synced: 2025-03-23T02:28:33.036Z (7 months ago)
- Topics: advertising, javascript, promotion, whatsapp, whatsapp-bot, whatsapp-web
- Language: JavaScript
- Homepage:
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Whatspammer
Sends a custom message to all numbers in `numbers.json`.
## Quick Start
If the numbers you want to send the message to are all in the same country, you can use `genconfig.py` to generate `numbers.json`:
```console
$ ./genconfig.py
```It will ask you for the message you wanna send, and the country code of all numbers. Then, it will give you a prompt where you can type the numbers you wanna send the message to. You can press `Enter` when you're done.
After generating the config, you can run the bot by running the commands:
```console
$ npm install -y
$ node index.js
```When the bot starts, it will show you a QR Code, scan it with the Whatsapp mobile app, and the bot will start sending the messages.