9

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?

Andrew T.
  • 4,701
  • 8
  • 43
  • 62
Namrata
  • 137
  • 1
  • 2
  • 12

1 Answers1

3

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.

Shanto George
  • 994
  • 13
  • 26