Skip to content

This java program analyzes your whatsapp communication with someone. The needed file can be exported in WhatsApp.

License

Notifications You must be signed in to change notification settings

mkemmerz/WhatsAppMessageAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WhatsApp Message Analyzer

The Analyzer does a simple overview of your chatting behavior with someone on WhatsApp. This project still may have some messy code so I am really sorry for this.

The file of the chat can be exported in WhatsApp (Android) or directly in WhatsApp Web (right click on chat -> archive chat).

The exported file will have the following layout:

18.10.17, 17:10 - Person A: I love programming in Java
18.10.17, 17:37 - Person B: Yeah, it is fun
...

The analysis can be done by creating a WamAnalyzer object:

WamAnalyzerImpl analyzer = new WamAnalyzerImpl();
analyzer.analyzeWhatsApp("C:\\Users\\Foo\\Desktop\\ChatWithBar.txt");

The program will display graphs as result of the analysis:

1st graph

2nd graph

About

This java program analyzes your whatsapp communication with someone. The needed file can be exported in WhatsApp.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages