Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to read WhatsApp messages programmatically?

I want to read WhatsApp message in my application, is it possible? Is there any API available to read WhatsApp messages? Is it possible to send messages from another application and message is received in WhatsApp application account?

like image 370
Namrata Avatar asked Mar 13 '17 10:03

Namrata


1 Answers

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(http://geeknizer.com/read-extract-whatsapp-messages-android-iphone-blackberry/) are complete instructions: Read, Extract WhatsApp Messages backup on Android, iPhone, Blackberry

Disclaimer: I researched and wrote this extensive guide.

like image 195
Shanto George Avatar answered Sep 30 '22 10:09

Shanto George