Whatsapp Chat Analyzer and Statistics Script in Python
Chat Analyzer and Statistics Script for Whatsapp individual chats in Python
You need python up and running on your system to run this script. Download and install from Python
Additionally, you need matplotlib and urlextract python libraries installed. Install them using pip.
pip install matplotlib
pip install urlextract
python [path_to_script]/whatsanalyze.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please find the chat.txt file as a sample chat file. I’ve intentionally added two media files, two links and multiple line messages in this file. Files and Links are of two kinds each.
Please make sure to update the tests as appropriate.