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 許可證獲得許可。
德國拉舍維奇著。