Get all messages from Whatsapp

前端 未结 8 1425
执念已碎
执念已碎 2020-11-27 11:33

I\'m trying to implement an app that will show in a textview all the messages received from Whatsapp. Is there any way to do it? Is it possible to extract all the messages f

8条回答
  •  迷失自我
    2020-11-27 12:17

    Whatsapp store all messages in an encrypted database (pyCrypt) which is very easy to decipher using Python.

    You can fetch this database easily on Android, iPhone, Blackberry and dump it into html file. Here are complete instructions: Read, Extract WhatsApp Messages backup on Android, iPhone, Blackberry

    Disclaimer: I researched and wrote this extensive guide.

提交回复
热议问题