This tool saves all your memories to your computer after you download your data from Snapchat.
Snapchat now lets you download memories directly from the data request, so the website is no longer needed. For more information on how to do this, see
https://help.snapchat.com/hc/en-us/articles/7012305371156-How-do-I-download-my-data-from-Snapchat-
Visit snapchat-memory-saver.com
Using the cli
directory
(make sure node and python3 are installed before!)
- Request your data from snapchat (tutorial)
- Extract the
memories_history.json
file from your data. - Place the
memories_history.json
file in thecli
directory - Run the file to get the S3 links with
node generate_aws.js
from within the above directory. - Run the file to download your snapchat data with
python save_memory.py
from within the above directory.