此腳本將批量下載您的所有 Snapchat 記憶,包括時間戳記和地理位置。
❗ 如果您不關心時間戳記或地理位置,則不需要此工具,只需啟用頂部選項即可❗
克隆或下載此儲存庫
將從 Snapchat 收到的 zip 檔案解壓縮到同一資料夾中
運行腳本:
npm install
node main.js
docker build -t snapchat-all-memories-downloader .
# Mounts a Downloads folder and memories_history.json with current directory
docker run -it --rm
-v $PWD /Downloads/:/app/Downloads/
-v $PWD /json/memories_history.json:/app/json/memories_history.json
snapchat-all-memories-downloader -o ./Downloads/
Usage: main [options]
A script to download Snapchat Memories
Example:
node main.js -c 50 -f ./json/memories_history.json -o Downloads
Options:
-c <number> Number of concurrent downloads (default: 30)
-f <path> Filepath to memories_history.json (default: "./json/memories_history.json")
-o <directory> Download directory (default: "Downloads")
-l Preserve location data as file metadata (Need to have exiftool installed)
-h, --help display help for command
Syntax Compilation Error
-> 請查看此問題npm install
時出現node-gyp
錯誤 -> 安裝這個