Skip to content

cal-overflow/memory-download

Repository files navigation

Download Snapchat Memories

Want a copy of all of your Snapchat memories? You're in the right place!

This desktop application makes downloading all of your memories as simple as possible. The app downloads photos and videos in regular jpg and mp4 formats.

How to use

Download the application: www.downloadmysnapchatmemories.com.

Watch a video tutorial here.

Read a guide here.

If you want to use the app without complications, please follow this tutorial.

App development 🤓

Running the app in development mode

System requirements

  1. NodeJS (v17.1.0)
  2. npm
  3. nvm

Once the repository is cloned on your computer, navigate to the repository folder, memory-download.

Ensure that you are using the correct version of node with nvm:

nvm use

Install the required node modules using npm:

npm i

Run the electron desktop application in development mode

npm run dev

An electron application will open in development mode. Follow the steps provided by the simple user-interface to download your Snapchat memories.

Contributing

See the contributing document for information regarding contributions.