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ライセンスに基づいてライセンスされています。
ドイツのラシェビッチ著。