Download all memories from Snapchat
- Download the latest release here
Snapchat now allows you to download memories directly from their page by selecting Do you want to include your memories as a downloadable file?
option. It will split your memories into multiple .zip
files and will not name them properly, but it will allow you to download overlays (text, drawings) from that snaps. So choose what fits you.
For the script to work properly, don't select this option, but also uncheck Filter your export by date range
field, to download all memories.
- Video tutorial
- Go here and request your data
- Wait for the e-mail from Snapchat & download the archive
- Place
memories_history.json
file in the same directory asrun.py
ordownload_memories.exe
files - Launch the program
- Windows:
- Just download the
.exe
file - Alternatively install python 3.x, run
pip install -r requirements.txt
to install dependencies and thenpython run.py
- Just download the
- Linux instructions
- macOS instructions
- Android instructions
-s
--sort
Download snaps in chronological order-d
--dir
Specify target directory--show-errors
Show full error stack
- Since version
1.15.0
, files are being downloaded much faster, meaning you can get rate limited, in that case just retry after few minutes - macOS users will likely get an SSL error, here is the solution
Invalid URL ‘ ‘ : No schema supplied
means the links in your json have expired, just request the data again- Windows will likely block the executable as it's unsigned