This project has as object make automatize send a message without WhatsApp business. To make this possible, this project uses https://api.whatsapp.com and https://web.whatsapp.com public endpoints. This project doesn't use any reverse engineering to auth, send or manipulate original WhatsApp data, if you need massive send or send without restrictions, please use https://www.whatsapp.com/business.
Unfortunate this project fragilize chrome store rule and we can't send to in chrome store :(.
- Download or clone this repository
- Open chrome://extensions
- Click on the top-right toggle to developer mode
- Click on "Load unpacked"
- Select the
build
folder inside of a repository downloaded/cloned. - Use as you wish :).
- Create group of whatsapp phones
- Write a message
- Click to "send!"
- vue app send mgs via
chrome.runtime.sendMessage
chrome.runtime.sendMessage
lister and triggersender.js
sender.js
open new tab withweb.whatsapp.com/send
endpointbackground.js
injectclick-to-send.js
based onurl
click-to-send
await for click on send button or message with "invalid phone"click-to-send
send mgs viachrome.runtime.sendMessage
for reportsender.js
trigger next phone, go to step 6.- After all phones has done,
event-orchestrator.js
save the report viachrome.storage.sync
.