Briuor / wbm

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

[features] Sending an image or audio #14

Closed valessiobrito closed 3 years ago

valessiobrito commented 3 years ago

I'm not good at programming. I'm trying to adapt the code to send an attachment or audio. I'm not getting. Any tips?

const message = fs.readFileSync('photo.jpg');

it's not the expected result.

Briuor commented 3 years ago

wbm still not support sending images or audios. I'm not having too much time to work on new features, but for sure the next feature is allow sending images. I've tried implementing it before but it wasn't easy as i thought.

The project whatsapp-web.js is about whatsapp automation too and it allows sending images. Maybe it can help you.

valessiobrito commented 3 years ago

Thanks for answering. I think it will work.