Skip to content

alexcaldarone/wstats

Repository files navigation

Streamlit App Tests

WhatsApp Stats

WhatsApp Stats is a streamlit app that allows you to parse and analyze whatsapp chats!

With this simple app you will be able to analyze:

  • 📱 The total number of messages sent by each participant
  • 📅 How many messages were sent in each conversation
  • 📆 How many messages were sent on each conversation
  • ⌚ What time of day you chat the most
  • 📁 How many of your messages are media
  • 💬 Who is the conversation starter?
  • 📝 Who writes the longest messages on average?

Table of Contents

Usage

You can use this app directly on Streamlit through this link

Otherwise, to run this app locally you can run the following commands

git clone https://github.com/alexcaldarone/wstats.git
cd wstats
pip install -r requirements.txt
python setup.py install
streamlit run main_page.py

To Do:

  • Add linter