Skip to content

vidhisshah/ConversationAnalyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

README

This code analyses a WhatsApp conversation and gives some fun stats. It has been tested for personal chat. It should work for group chats too, hasn't been tested though.

How to use:

The Whatsapp conversation you want to analyze must be exported from Whatsapp.

To export conversation:

  1. Open the chat you want to analyze.
  2. Click on the three dots on the top right corner
  3. Select more > export chat
  4. Choose export without media
  5. Select appropriate export medium such that the file can be saved in the same folder from where you will run the code.

Requirements:

  1. python3
  2. matplotlib, re, wordcloud, collections
  3. WhatsApp conversation saved as 'demo.txt' file (exported and renamed) in the same folder as code

To run the code:

python3 ConversationAnalyzer.py

On your terminal type the above command

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages