This script will download each memory in bulk so you don't have to click the download links one by one.
- Node.js version 10 or higher (https://nodejs.org/)
- Download your Snapchat data: https://support.snapchat.com/en-US/a/download-my-data
- Extract the zip-file
- Place all the scripts in this folder OR set the
-f
flag pointing to thememories_history.json
file - Install the required modules with
npm install
- Run the script:
node main.js
node main.js
-c number of concurrent connections
-f filepath to memories_history.json
Example: node main.js -c 50 -f ./json/memories_history.json