RianAsmara / WhatsApp-Analyzer

Analyze Chatsapp chat

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WhatsApp-Analyzer

Analyze Chatsapp chat

The script reads an exported whatsapp chat and then extracts the data. You may need to install some packages before run it

Preview

Requirements

  • Python 3
pip install emoji pandas

Getting chat source

Android:

  • Open a chat/group chat
  • Tap on trhee dots oh the top right
  • Tap "More"
  • Choose "Export chat"
  • Choose "Without Media"

iOS

  • Open a chat/group chat
  • Tap on contact name/group name on the top to see the details
  • Scroll down to find "Export Chat" menu
  • Choose "Without Media"

Jupyter Notebook

Description included inside

Visualization Preview

  • Top 20 most active member
  • Peaktime
  • Attachment Share
  • Top Mentioned Website
  • Wordcloud

Raw

Note:

Runs on Python 3. Not tested for Python 2 yet.

About

Analyze Chatsapp chat


Languages

Language:Jupyter Notebook 97.6%Language:Python 2.4%