このスクリプトは、タイムスタンプや位置情報を含む、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
エラーが発生します -> これをインストールします