Gimme iPhotos
1.1.3
이 프로젝트는 더 이상 유지 관리되지 않습니다. 대신 https://github.com/icloud-photos-downloader/icloud_photos_downloader를 확인하세요.
저는 2021년부터 iCloud와 Apple 기기를 사용해 본 적이 없으며 앞으로도 사용할 계획이 없습니다. 이 프로젝트는 먼저 iCloud에서 내 사진을 오프로드한 다음 iCloud에서 완전히 마이그레이션하기 위해 시작되었습니다.
아마도 Gimme-iPhotos가 의존하는 https://github.com/picklepete/pyicloud도 몇 년 동안 유지 관리되지 않기 때문에 이를 포크하거나 복구하려고 시도하는 것은 의미가 없습니다.
iCloud에서 미디어 파일을 다운로드합니다.
이 도구는 pyicloud를 사용하여 iCloud의 사진과 비디오를 로컬 컴퓨터에 동기화합니다.
$ pip3 install gimme-iphotos
또는
$ docker pull zebradil/gimme-iphotos
$ gimme-iphotos --help
usage: gimme-iphotos [-h] [-c CONFIG] [-v] [-u USERNAME] [-p PASSWORD] [-d DESTINATION] [-o] [-r] [-n PARALLEL] [-g] [--zero-pad]
Downloads media files from iCloud
optional arguments:
-h, --help show this help message and exit
-c CONFIG, --config CONFIG
Configuration file.
It's ini-like file (see configparser module docs), must contain [main] section.
Keys are fully-named arguments, except help, config and verbose.
Values specified using command line arguments take precedence over values from a provided config file.
-v, --verbose Increase verbosity. Can be specified multiple times.
Use -vvvv to get maximum verbosity.
-u USERNAME, --username USERNAME
iCloud username (email). Can be specified interactively if not set.
-p PASSWORD, --password PASSWORD
iCloud password. Can be specified interactively if not set.
-d DESTINATION, --destination DESTINATION
Destination directory. Can be specified interactively if not set.
-o, --overwrite Overwrite existing files. Default: false.
-r, --remove Remove missing files. Default: false.
-n PARALLEL, --num-parallel-downloads PARALLEL
Max number of concurrent downloads.
Increase this number if bandwidth is not fully utilized. Default: 3
-g, --group Group the photos into year and month directories.
--zero-pad Zero pad months when grouping photos.
구성 파일 사용:
$ cat john.cfg
[main]
username = [email protected]
password = not-secure123
destination = /home/john/Photos
remove = True
$ gimme-iphotos -c john.cfg
구성 파일 재정의:
$ gimme-iphotos -c john.cfg --destination /tmp/icloud
구성 파일이 없는 경우:
$ # Password will be requested interactively
$ gimme-iphotos -u [email protected] --destination /tmp/icloud
Enter iCloud password for [email protected]:
CLI는 동일하지만 대상 디렉터리와 구성 파일(필요한 경우)을 마운트해야 합니다.
$ docker run --interactive --tty
-v < destination > :/somedir
-v ${PWD} /john.cfg:/app/john.cfg
zebradil/gimme-iphotos -c john.cfg
MIT 라이선스에 따라 라이선스가 부여됩니다.
독일 라셰비치(Lashevich) 지음.