Whatsapp chat information and summary
To set up
- Install requirements.txt
- run : python server.py
localhost:5000/data
with your whatsapp chat export as form-data with key as "input"
A dictionary of users with the username as key :
Each user keys has the following data :
"Active_day" : a dictionary with keys as days of the week and the number of messages sent on the corresponding day
"Active_time" : a dictionary with keys afternoon,night, morning, evening and the corresponding messages sent
"Delete": the number of messages deleted by the user
"Emoji" a dictionary with emoji used as key and number of times used as value
"Words" : a dictionary with the word as key and it's number of use as value