-
Notifications
You must be signed in to change notification settings - Fork 22
How to save image decrypted in the file system? #10
Comments
jlguardi's fork features the |
ok i've done it, but it doesn't work on any other files (ex: .txt), is there a way to decrypt and download files? |
same here. it would be great to been able to test it in the command line also before entering to add more code. |
This should be working if you checkout the latest code. The PR from a couple of weeks ago added this, all media is now saved to |
@PedroFcul work for you? For me working ok. close the issue if ok |
Using AragurDEV's latest build I tried various format. This is my result Image in: message received, but url points to encrypted filed Video in: Message is received, but attachment is encrypted Audio in: Message is received, but attachment is encrypted Document in: nothing happens Docoument out: VCard out: ok -- So in genereal the incoming files will show as .enc and are not automatically decrypted. Is there anything I'm missing? |
@markus7017 You are right. |
Do you know this link? There is a program by AndreasM, which at least can decrypt database file: https://www.quora.com/How-do-you-decrypt-WhatsApp-message-files. I have another question. Does you repo include all/most available patches? It seems that the master repo is no linger maintained. fyi: I’m working on a WhatsApp binding for openHAB V2 (ome automation) based on yowsup. I already switched to your fork :-) https://community.openhab.org/t/whatsapp-aka-yowsup-helper-functions/12517/34?u=markus7017 |
i can receive messages in format media with your code and i get this output
[Media Type:image, Size:286168, URL:b'https://mmg.whatsapp.net/d/f/..........enc']
now how do i decrypt and download the image into my filesystem?
The text was updated successfully, but these errors were encountered: