mowolf / ChatAnalyzer

Java script webapp that analyzes your WhatsApp Chat history locally on your machine.
https://chatanalyzer.moritzwolf.com
Other
208 stars 41 forks source link

Add Group support #12

Closed ryanb93 closed 6 years ago

ryanb93 commented 6 years ago

Groups are not supported at the moment.

mowolf commented 6 years ago

@ryanb93 Any ideas on how to present all the data? I think it would make sense to have a bit different graphs for groups.

ryanb93 commented 6 years ago

@mowolf perhaps flip the users from horizontal to vertically stacked.

Something like:

User Messages sent Words per Message Pictures sent
John Smith 5012 42 500
Paul Smith 1122 46 4
Wilson Smith 3012 12 66
Chris Smith 5442 43 45
Phil Smith 20 42 12
mowolf commented 6 years ago

Thats a good idea. Also thought about adding some kind of funny sentences to the people. E.g. the person with the most words: "XY can't stop to chat." the person with the least words: "XZ seems bored."

mowolf commented 6 years ago

@ryanb93 I added group support. Currently it's just a table with all the info. Working on adding a graph as well! EDIT: Added both graphs.