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.
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.
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.
See the contributing document for information regarding contributions.