Skip to content

Parse your whatsapp discussion to a preferable format for analytics

License

Notifications You must be signed in to change notification settings

billmetangmo/WhatsappDicussionParsing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WhatsApp discussion parsing

The aim of this project is to provide a way to transform whatsapp discussion to format useful for statistics (like CSV).

Requirements

Follow the steps here to get your chat history: https://faq.whatsapp.com/en/android/23756533/

Getting Started

  1. Download your WhatsApp discussion in your local computer

  2. Copy or move file discussion in your data folder We recommend you to create data/result directories inside this project and add it to your gitignore) for easy usage.

  3. Locate & replace input/output file location with your own

  4. Execute the MainClass.java from your IDE. If you doon't have an IDE, you can do

   cd src/cm/getdataback/wmp
   javac MainClass.java
   java MainClass
  1. Open your csv file with tool like Excel for dashboards

Known limitations

The code is currently works only with WhatsApp discussion in french language

How to Contribute

  • Propose us idea(s) by by opening a issue
  • Suggest us code improvement by by opening a issue
  • Open a pull request

About

Parse your whatsapp discussion to a preferable format for analytics

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages