This program downloads your Snapchat images from Memories but without filters. The people that no longer like their date/time filters, stickers, etc. on their images, can now quickly save the original images.
- It downloads the images from your snapchat Memories (your media files stored on Snapchat's servers) with the filters removed.
- Includes removal of:
+ color filters + location filters + stickers + drawings + text
- Excludes removal of:
- lenses
- It changes the Exif data of each image so that it corresponds with the rough date and time of when each image was taken (the default date and time is the date and time when the file was downloaded).
- It keeps track of which image was, and which image wasn't downloaded, and how many of them were or weren't downloaded.
- Make sure you have Python 3 installed.
- Request your Snapchat data within the app by going to Settings -> My Data -> Submit Request
- Download your data from your your email.
- Move the downloaded zip file inside of the
snapchat_nofilter_downloader
directory. - Run
pip3 install -r requirements.txt
in your terminal. - Run
python3 app.py
in your terminal. - Wait for your images to be downloaded inside the
media
directory.