gtadiparthi / whatsapp-parser-lite

Parses WhatsApp Chat logs
MIT License
15 stars 11 forks source link

WhatsApp-parser-lite

A lean python script for parsing WhatsApp chat logs. It is especially useful to parse group conversations.

Download

wget https://github.com/gtadiparthi/whatsapp-parser-lite/archive/master.zip
unzip master.zip
rm master.zip
cd whatsapp-parser-lite

Usage

Step 1: Email yourself the chat log from the WhatsApp app.

Step 2: Run the following command

python parse_whatsapp.py whatsapp_chat.txt output.csv

Requires

pandas python3

Acknowledgements

nmoya's original whatsapp parser