Code to extract messages from WhatsApp sqlite DB (written in Python as Jupyter notebook)
- pip install jupyter pandas
- jupyter notebook
- surf to http://localhost:8888 (if it doesn't open automatically due to step 2) and choose the notebook from this repository
The following project was suggested as a way to extract the DB from Android encryption. I haven't looked at it myself but including it here in case you are looking for somehting like that.
I might add tools to analyze conversations and list them in a more user friendly way if I get bored
This code is free to use in any way, just give credit. Feel free to propose pull requests if you have improvements to suggest