srujan0007 / Snapchat-All-Memories-Downloader

Script to download all your Snapchat memories

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snapchat-All-Memories-Downloader

This script will download each memory in bulk so you don't have to click the download links one by one.

Requirements

  1. Node.js version 10 or higher (https://nodejs.org/)

How to run

  1. Download your Snapchat data: https://support.snapchat.com/en-US/a/download-my-data
  2. Extract the zip-file
  3. Place all the scripts in this folder OR set the -f flag pointing to the memories_history.json file
  4. Install the required modules with npm install
  5. Run the script: node main.js

Optional Arguments

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

Example

Alt Text

Trouble Shooting

  1. Make sure you get a fresh zip-file before running the script, links will expire over time
  2. Syntax Compilation Error -> please have a look at this issue
  3. Still problems? please make a new issue

About

Script to download all your Snapchat memories


Languages

Language:JavaScript 100.0%