mukulhase / WebWhatsapp-Wrapper

An API for sending and receiving messages over web.whatsapp [Working as of 18th May 2018]
https://webwhatsapi.readthedocs.io/en/latest/
MIT License
2.02k stars 797 forks source link

How do I download or get an image when I receive a chat? (WAPI.js) #1028

Open kivlanzein opened 3 years ago

kivlanzein commented 3 years ago

Hello, is there a way to download pictures when chat comes in? I only got base64 and I got the image too small? i use node js and i use wapi.js file selenium

I'm confused what to use? WAPI.base64ImageToFile ()? Is this true

Please help me

erm3nda commented 3 years ago

Default base64 string is small because it's a thumbnail image. There's Message functions to download full images.

kivlanzein commented 3 years ago

Default base64 string is small because it's a thumbnail image. There's Message functions to download full images.

how does it function? i use node js and import file wapi.js? please help me

17837180948 commented 3 years ago

Have you found the interface to get the original picture

kivlanzein commented 3 years ago

Have you found the interface to get the original picture

not yet found, i using node js with selenium chrome webdriver , in example using python i'm cofused, can you help me please?