이 스크립트는 타임스탬프와 지리적 위치를 포함하여 모든 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
오류가 발생합니다. -> 이것을 설치하세요.