wbm
wbm copied to clipboard
wbm is an unofficial API to send bulk messages in whatsapp.
I have followed all all things but messages are not been sent. In cmd it is showing message as sent but in real message is not been sent
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
Hi I am trying to send messages to all the contacts after specified interval of time. But as soon I add setInterval in then block send is failing
I am trying to do this in ubuntu-server.. QR-code generated but not scanning by whatsapp.
Hi, I'm using version 1.1.16 Node version v11.12.0 Mac os big surr 11.2.1 Message sent successfully in logs but not showing in app. just first contact get the message. I...
How to send to all my contacts at once? It is possible?
Hi there, I would to integrate the script into a github action. How can I save the QR validation? Cheers and thx - Mike
const wbm = require('wbm'); wbm.start().then(async () => { const phones = ['target number']; const message = 'test'; await wbm.send(phones, message); await wbm.end(); }).catch(err => console.log(err)); first time use this module...
I created an api for many people to use at the same time but it error and using same session. app.post('/sendtext',jsonParser,(req, res) => { wbm.start({showBrowser: false, qrCodeData: true, session: false})...