An open API service indexing awesome lists of open source software.

https://github.com/silvio2402/whatsappstats

A simple python script to generate statistics from exported WhatsApp chats.
https://github.com/silvio2402/whatsappstats

matplotlib python statistics whatsapp

Last synced: 3 months ago
JSON representation

A simple python script to generate statistics from exported WhatsApp chats.

Awesome Lists containing this project

README

          

# WhatsApp Chat Statistics

> A simple python script to generate statistics from exported WhatsApp chats.

## Usage

1. Export your WhatsApp chat as a text file.
2. Place the text file in the root directory of this project.
3. Run the Jupyter notebook.

## Dependencies

- Python 3
- Jupyter Notebook
- Numpy
- Pandas
- Matplotlib

## Example

![Message count by sender](docs/message-count-by-sender.png)
![Message count by sender by day](docs/message-count-by-sender-by-day.png)