/Whatsapp_Chat_Analysis

Toy project to learn Scala. The goal is to parse and analyze a Whatsapp chat, providing some information and statistics about the conversation.

Primary LanguageXSLT

Whatsapp Chat Analysis

Toy project to learn Scala. The goal is to parse and analyze a Whatsapp chat, providing some information and statistics about the conversation.

Exporting a Whatsapp conversation as a .txt file

1. Select a WhatsApp chat on your smartphone
2. Click the three dots on the top right corner
3. Click "More" -> "Export chat" -> "Without media"
4. Email the .txt file to yourself (or save it however you prefer)

Current features:

1. Number of messages
2. Average response time
3. Most used n-grams

A runnable JAR is provided. Run with java -jar <path to .txt file>