Skip to content

Send a WhatsApp message to a custom set of numbers.

License

Notifications You must be signed in to change notification settings

HatsuSixty/whatspammer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

$ ./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:

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

Releases

No releases published

Packages

No packages published