{"id":13477186,"url":"https://github.com/ToTheMax/Snapchat-All-Memories-Downloader","last_synced_at":"2025-03-27T04:32:44.506Z","repository":{"id":39568647,"uuid":"254905854","full_name":"ToTheMax/Snapchat-All-Memories-Downloader","owner":"ToTheMax","description":"Script to download all your Snapchat memories","archived":false,"fork":false,"pushed_at":"2025-01-13T15:39:25.000Z","size":59,"stargazers_count":381,"open_issues_count":12,"forks_count":72,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-01-13T16:25:15.012Z","etag":null,"topics":["downloader","snapchat","snapchat-memories"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ToTheMax.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-11T16:13:08.000Z","updated_at":"2025-01-13T15:11:08.000Z","dependencies_parsed_at":"2024-02-18T07:32:22.266Z","dependency_job_id":"3b7661b7-2cee-449b-9564-c9e9d9d4b2b3","html_url":"https://github.com/ToTheMax/Snapchat-All-Memories-Downloader","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ToTheMax%2FSnapchat-All-Memories-Downloader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ToTheMax%2FSnapchat-All-Memories-Downloader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ToTheMax%2FSnapchat-All-Memories-Downloader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ToTheMax%2FSnapchat-All-Memories-Downloader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ToTheMax","download_url":"https://codeload.github.com/ToTheMax/Snapchat-All-Memories-Downloader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245785591,"owners_count":20671628,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["downloader","snapchat","snapchat-memories"],"created_at":"2024-07-31T16:01:39.202Z","updated_at":"2025-03-27T04:32:44.493Z","avatar_url":"https://github.com/ToTheMax.png","language":"JavaScript","funding_links":["https://www.buymeacoffee.com/tothemax"],"categories":["Python"],"sub_categories":[],"readme":"# Snapchat-All-Memories-Downloader\nThis script will download all your Snapchat memories in bulk, **including the timestamp and geolocation**.\n\n![demo](https://i.imgur.com/QVvh3I4.gif)\n\n\n## Getting your Data\n- Login to Snapchat: https://accounts.snapchat.com/\n- Request your data: https://accounts.snapchat.com/accounts/downloadmydata\n- Select the options shown in the image\n\n\u003e ❗ If you don't care about timestamps or geolocations, you don't need this tool and can just enable the top option ❗\n\n![export configuration](https://github.com/user-attachments/assets/cfd40f96-386e-408c-9691-4dd32d2ad5ef)\n\n\n## Downloading your Memories\n- Clone or [Download](https://github.com/ToTheMax/Snapchat-All-Memories-Downloader/archive/refs/heads/master.zip) this Repository\n- Extract the zip-file received from Snapchat in the same folder\n- Run the script:\n\n    ### OPTION 1: Run locally\n    - Requirements: Node.js 14+\n    - Install the required modules: `npm install`\n    - Run the script: \n    ```\n    node main.js\n    ```\n\n    ### OPTION 2: Run with Docker\n    - Requirements: Docker\n    - Build the docker container: `docker build -t snapchat-all-memories-downloader .`\n    - Run the script\n    ```bash\n    # Mounts a Downloads folder and memories_history.json with current directory\n    docker run -it --rm \\\n        -v $PWD/Downloads/:/app/Downloads/ \\\n        -v $PWD/json/memories_history.json:/app/json/memories_history.json \\\n        snapchat-all-memories-downloader -o ./Downloads/\n    ```\n\n\n    ### Optional Arguments\n    ```\n    Usage: main [options]\n\n    A script to download Snapchat Memories\n\n    Example:\n      node main.js -c 50 -f ./json/memories_history.json -o Downloads\n\n    Options:\n      -c \u003cnumber\u003e     Number of concurrent downloads (default: 30)\n      -f \u003cpath\u003e       Filepath to memories_history.json (default: \"./json/memories_history.json\")\n      -o \u003cdirectory\u003e  Download directory (default: \"Downloads\")\n      -h, --help      display help for command\n    ```\n\n\n## Trouble Shooting\n1. Make sure you get a fresh zip-file before running the script, links will expire over time\n2. `Syntax Compilation Error` -\u003e please have a look at [this](https://github.com/ToTheMax/Snapchat-All-Memories-Downloader/issues/4#issuecomment-664035581) issue\n3. `node-gyp` errors when running `npm install` on Windows -\u003e install [this](https://github.com/nodejs/node-gyp#on-windows)\n4. Still problems? please make a new [issue](https://github.com/ToTheiMax/Snapchat-All-Memories-Downloader/issues) \n\n\n\u003cbr\u003e\n\u003ca href=\"https://www.buymeacoffee.com/tothemax\" target=\"_blank\"\u003e\n\u003cimg src=\"https://github.com/appcraftstudio/buymeacoffee/raw/master/Images/snapshot-bmc-button.png\" width=\"300\"\u003e\n\u003c/a\u003e\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FToTheMax%2FSnapchat-All-Memories-Downloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FToTheMax%2FSnapchat-All-Memories-Downloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FToTheMax%2FSnapchat-All-Memories-Downloader/lists"}