Briuor / wbm

wbm is an unofficial API to send bulk messages in whatsapp.
MIT License
205 stars 65 forks source link

multiple users at the same time #31

Open ted1904 opened 3 years ago

ted1904 commented 3 years ago

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}) .then(async qrCodeData => { //................................................. await wbm.send(arraynumber, text); await wbm.end(); }) })

Can you help me the method for this?