此脚本将批量下载您的所有 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
错误 -> 安装这个