Skip to content

TrigonaMinima/Chats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chats

This repository contains the code to prepare the data and plots from the chat dumps (Facebook and Whatsapp). The subsequent blog posts are here

Dependencies

  • Python3.6
  • pandas
  • numpy
  • seaborn
  • matplotlib
  • wordcloud
  • scipy (optional)

Usage

In your config.py, change your base directory and make all the data directories and change the paths accordingly.

Run the files in the following order.

# Cleaning the data
python facebook.py
python whatsapp.py

# Combining both the data sets into one
python comb.py

# To get the plots
python save_plots.py

You'll get all the plots saved as jpeg in the Plots directory.

About

The analysis of the timestamps of my chats

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published