Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/afsalashyana/whatsapp-chat-analyzer
Analyze WhatsApp chats with beautiful graphs. Written in JavaFX
https://github.com/afsalashyana/whatsapp-chat-analyzer
data-analysis data-visualization javafx javafx-14 javafx-application whatsapp
Last synced: 27 days ago
JSON representation
Analyze WhatsApp chats with beautiful graphs. Written in JavaFX
- Host: GitHub
- URL: https://github.com/afsalashyana/whatsapp-chat-analyzer
- Owner: afsalashyana
- License: gpl-3.0
- Created: 2020-05-09T14:05:46.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-20T14:23:35.000Z (over 4 years ago)
- Last Synced: 2024-11-08T07:53:14.592Z (3 months ago)
- Topics: data-analysis, data-visualization, javafx, javafx-14, javafx-application, whatsapp
- Language: Java
- Homepage:
- Size: 8.34 MB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Whatsapp-Chat-Analyzer
Analyze WhatsApp chat with beautiful graphs.### Screenshots
### Features
- Analyze number of messages per day
- Find Top 10 words in the chat
- Find message distribution for each member (Useful in group chat analysis)
- Find Top 10 Emojis used### Project details
- Written on JavaFX
- Java 11+ JRE is required### Supported chat patterns
```
04/07/20, 2:11 pm - Contact name: Message...
19/09/2017, 19:08 - Contact name: Message...
```
If you would like to have more chat patterns supported, please raise an issue.