A Whatsapp Bot just made for prank purposes
Not being maintained anymore
This is not one of those usual ones made with selenium in headless mode but uses the much more powerful open-wa library
This started off as an inspiration from MhankBarBar's Whatsapp bot made using this (Thanks to him) but is maintained no more
- NodeJS
- PupeteerJS
- utils.js : It contains all the commands the bot can answer
- index.js : It contains all the implementation of these commands
You can use this code to start a bot off your own Whatsapp Number
- Get all dependencies
npm i
- Make sure to change the
botNumber
andbotOwner
variables inindex.js
. This prevents the bots commands from being used against it xD - You will get a QR code in your terminal scan that using the number you want to use for the bot. The library remembers and you don't have to login each time. A
session.data.json
will be generated which is the token - Start your server using
node index.js
For any more modifications and detailed knowledge Head over to Open WA Docs
Feel free to fork and file a PR for changes