Whatsapp + Will give you two awesome features for your normal whatsapp! Give your whatsapp superpowers! Made with whatsapp-web.js. You can Make create your message at Message Maker GUI if you feel lazy to type!
⚠️ DISCLAIMER:
- This is made for non-business account
- I am not responsible for anything you do with this! Use at your own risk
- The button message is a brittle feature since it is based on a pull request!
- LIST MESSAGES : You can send list messages with title, caption and of course items int the list! You can also customize the button to open the list
- BUTTON MESSAGE : You can send messages with buttons (max 3). You can also give title, caption and a subtitle!
- Clone this repository or download the latest Release
- Go to root directory
- Install dependencies
npm install
- Start the script
index.js
node index.js
-
Now wait for a sec and Scan the QR code with your WhatsApp Mobile App
-
BOOM! You got the pro version!!
Before You get started, refer this image to identify various elements of the message
You can Make create your message at Message Maker GUI instead of typing the command.. if you feel lazy to type!
List message contain the following elements :
- Title : Title of the message
--title
- Caption : Caption of the message
--cap
- Button Text : Text of the button to open the list
--button
- Pop Text: The text in the pop-up of list items
--pop
- Items : Various list items
You can create a button with the !list
command. If you skip any option, it will be set to a default value! And if no items are provided, the message wont be created. If you want to add space to the item, use underscore _
!list <option>="<text>" item1 item2 item3
!list --title="A list Message!" --cap="This is probably the caption of the list message" Hello How_Are_You This_is_a_list_item
Button message contain the following elements :
- Title : Title of the message
--title
- Caption : Caption of the message
--cap
- Items : Various buttons
- Pop Text: Here, it is the little subtitle below caption
--pop
You can create a button with the !btn
command. If you skip any option, it will be set tu a default value! And if no items are provided, the message wont be created. If you want to add space to the item, use underscore _
NOTE:
- The button message is a brittle feature since it is based on a pull request!
- You can only add up to 3 buttons, more buttons will be ignored
- Button messages don't work with Group Chats. It just act weird.
!btn <option>="<text>" button1 button2 button3
!btn --title="A message with buttons" --cap="A message with buttons" --pop="is this a subtitle?" Okay Hmm Yoo!
The default command prefix is !
eg. !btn
. If you want to change it, you can create an Environment Variable CMD_PREFIX
and give your desired prefix
eg. If you want #
to be your prefix
CMD_PREFIX=#
Support this project by buying me a coffee and starring ⭐ this repo!