The aim of this project is to provide a way to transform whatsapp discussion to format useful for statistics (like CSV).
Follow the steps here to get your chat history: https://faq.whatsapp.com/en/android/23756533/
-
Download your WhatsApp discussion in your local computer
-
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.
-
Locate & replace input/output file location with your own
-
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
- Open your csv file with tool like Excel for dashboards
The code is currently works only with WhatsApp discussion in french language
- Propose us idea(s) by by opening a issue
- Suggest us code improvement by by opening a issue
- Open a pull request