Visualise your Facebook messenger data with easy Python scripts. Plug in your Facebook data for insights.
- Python3 installed on system
- Clone the repo
- Run setup.sh to ensure test data works
- Output should be in output-data folder
- Download your facebook messenger data (low quality is all you need)
https://www.zapptales.com/en/download-facebook-messenger-chat-history-how-to/
- Place the zip into the facebook-zips folder
- Edit run-analysis.py's config to use your name + your zipfile
- execute python run-analysis.py
- Output will be in the output-data folder
- Creates an animated graph of number of messages sent to top friends over time
- Configurable framerate, color friends in groups, length of video, dimensions & max number of friends to show
- Visualise which friends send you longer messages than you send them
- More graphs
- Detailed guide on how to run this repo
- Guide to each visualisation with example images / videos