Easily visualise your snapchat statistics with matplotlib.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Python 3.6.0 or higher
- Clone this repository
git clone https://github.com/tkato0909/snapchat-data-viz.git
- Download your snapchat archive data from Snapchat, submit request through "My Data" and wait for a few hours for a response.
- Once you have the zip downloaded, unarchive it and move the content to
mydata
- Set up the python environment by installing the dependencies
pip3 install requirements.txt
- Run main.py
python3 main.py
This project is licensed under the MIT License - see the LICENSE.md file for details