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?
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
- Add linter