-
Notifications
You must be signed in to change notification settings - Fork 98
Open
Labels
Description
I have only exported 1 Whatsapp chat, and progressed to plot its breakdown.
First messages are in December 2017 (total of 30), but their column is also not reserved in plot.
Even though, total number of 783 messages is exchanged in
January 2020, the plot doesn't reflect these numbers, and shows like there are messages exchanged in upcoming months of 2020.
My steps:
-
Export Whatsapp chat from iOS 13 with email.
-
Put x_chat.txt to /raw_data
-
Run commands
virtualenv chatistics
source chatistics/bin/activate
pip install -r requirements.txt
python parse.py whatsapp --own-name "My Name"
python visualize.py breakdown
Python 3.7.4
What can be the reason? How can I investigate it more and solve it?
Thanks.