Skip to content

App to obtain statistics about users and their messages, from a whatsapp conversation file

Notifications You must be signed in to change notification settings

guillemalomar/WhatsappStatistics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WhatsappStatistics

Application to obtain statistics about users, messages, photos, gifs... from a whatsapp conversation file

Requirements

  • Python 2.7 (not tested on python3, at least the prints should be modified)

Execution

To execute, type from a terminal, in the main folder:

python src/whatsapp_file_processor.py

The default chat file placement is in data/input.txt

In case that you want to use your file without the need to move it to that folder and change the name, you can specify it's path as an argument like this:

python src/whatsapp_file_processor.py --input-file='your_file_path'

Example outputs

alt text

(days are shown in YYMMDD logic)

alt text

alt text

alt text

alt text

About

App to obtain statistics about users and their messages, from a whatsapp conversation file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages