[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-70773":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":25,"hasPages":25,"topics":26,"createdAt":10,"pushedAt":10,"updatedAt":27,"readmeContent":28,"aiSummary":29,"trendingCount":16,"starSnapshotCount":16,"syncStatus":30,"lastSyncTime":31,"discoverSource":32},70773,"icloud_photos_downloader","icloud-photos-downloader\u002Ficloud_photos_downloader","icloud-photos-downloader","A command-line tool to download photos from iCloud","",null,"Python",12022,797,114,126,0,11,34,96,33,43.71,"MIT License",false,"master",true,[],"2026-06-12 02:02:43","# !!!! [Looking for MAINTAINER for this project](https:\u002F\u002Fgithub.com\u002Ficloud-photos-downloader\u002Ficloud_photos_downloader\u002Fissues\u002F1305) !!!!\n\n# iCloud Photos Downloader [![Quality Checks](https:\u002F\u002Fgithub.com\u002Ficloud-photos-downloader\u002Ficloud_photos_downloader\u002Fworkflows\u002FQuality%20Checks\u002Fbadge.svg)](https:\u002F\u002Fgithub.com\u002Ficloud-photos-downloader\u002Ficloud_photos_downloader\u002Factions\u002Fworkflows\u002Fquality-checks.yml) [![Build and Package](https:\u002F\u002Fgithub.com\u002Ficloud-photos-downloader\u002Ficloud_photos_downloader\u002Fworkflows\u002FProduce%20Artifacts\u002Fbadge.svg)](https:\u002F\u002Fgithub.com\u002Ficloud-photos-downloader\u002Ficloud_photos_downloader\u002Factions\u002Fworkflows\u002Fproduce-artifacts.yml) [![MIT License](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002Flicense-MIT-blue.svg)](LICENSE)\n\n- A command-line tool to download all your iCloud photos.\n- Works on Linux, Windows, and macOS; laptop, desktop, and NAS\n- Available as an executable for direct downloading and through package managers\u002Fecosystems ([Docker](https:\u002F\u002Ficloud-photos-downloader.github.io\u002Ficloud_photos_downloader\u002Finstall.html#docker), [PyPI](https:\u002F\u002Ficloud-photos-downloader.github.io\u002Ficloud_photos_downloader\u002Finstall.html#pypi), [AUR](https:\u002F\u002Ficloud-photos-downloader.github.io\u002Ficloud_photos_downloader\u002Finstall.html#aur), [npm](https:\u002F\u002Ficloud-photos-downloader.github.io\u002Ficloud_photos_downloader\u002Finstall.html#npm))\n- Developed and maintained by volunteers (we are always looking for [help](CONTRIBUTING.md)). \n\nSee [Documentation](https:\u002F\u002Ficloud-photos-downloader.github.io\u002Ficloud_photos_downloader\u002F) for more details. Also, check [Issues](https:\u002F\u002Fgithub.com\u002Ficloud-photos-downloader\u002Ficloud_photos_downloader\u002Fissues)\n\nWe aim to release new versions once a week (Friday), if there is something worth delivering.\n\n## iCloud Prerequisites\n\nTo make iCloud Photo Downloader work, ensure the iCloud account is configured with the following settings, otherwise Apple Servers will return an ACCESS_DENIED error:\n\n- **Enable Access iCloud Data on the Web:** On your iPhone \u002F iPad, enable `Settings > Apple ID > iCloud > Access iCloud Data on the Web`\n- **Disable Advanced Data Protection:** On your iPhone \u002FiPad disable `Settings > Apple ID > iCloud > Advanced Data Protection`\n\n\n## Install and Run\n\nThere are three ways to run `icloudpd`:\n1. Download executable for your platform from the GitHub [Release](https:\u002F\u002Fgithub.com\u002Ficloud-photos-downloader\u002Ficloud_photos_downloader\u002Freleases\u002Ftag\u002Fv1.32.2) and run it\n1. Use package manager to install, update, and, in some cases, run ([Docker](https:\u002F\u002Ficloud-photos-downloader.github.io\u002Ficloud_photos_downloader\u002Finstall.html#docker), [PyPI](https:\u002F\u002Ficloud-photos-downloader.github.io\u002Ficloud_photos_downloader\u002Finstall.html#pypi), [AUR](https:\u002F\u002Ficloud-photos-downloader.github.io\u002Ficloud_photos_downloader\u002Finstall.html#aur), [npm](https:\u002F\u002Ficloud-photos-downloader.github.io\u002Ficloud_photos_downloader\u002Finstall.html#npm))\n1. Build and run from the source\n\nSee [Documentation](https:\u002F\u002Ficloud-photos-downloader.github.io\u002Ficloud_photos_downloader\u002Finstall.html) for more details\n\n## Features\n\n\u003C!-- start features -->\n\n- Three modes of operation:\n  - **Copy** - download new photos from iCloud (default mode)\n  - **Sync** - download new photos from iCloud and delete local files that were removed in iCloud (`--auto-delete` option)\n  - **Move** - download new photos from iCloud and delete photos in iCloud (`--keep-icloud-recent-days` option)\n- Support for Live Photos (image and video as separate files) and RAW images (including RAW+JPEG)\n- Automatic de-duplication of photos with the same name\n- One time download and an option to monitor for iCloud changes continuously (`--watch-with-interval` option)\n- Optimizations for incremental runs (`--until-found` and `--recent` options)\n- Photo metadata (EXIF) updates (`--set-exif-datetime` option)\n- ... and many more (use `--help` option to get full list)\n\n\u003C!-- end features -->\n\n## Experimental Mode\n\nSome changes are added to the experimental mode before they graduate into the main package. [Details](EXPERIMENTAL.md)\n\n## Usage\n\nTo keep your iCloud photo collection synchronized to your local system:\n\n```\nicloudpd --directory \u002Fdata --username my@email.address --watch-with-interval 3600\n```\n\n> [!IMPORTANT]\n> It is `icloudpd`, not `icloud` executable\n\n> [!TIP]\n> Synchronization logic can be adjusted with command-line parameters. Run `icloudpd --help` to get full list.\n\nTo independently create and authorize a session (and complete 2SA\u002F2FA validation if needed) on your local system:\n\n```\nicloudpd --username my@email.address --password my_password --auth-only\n```\n> [!TIP]\n> This feature can also be used to check and verify that the session is still authenticated. \n\n## Contributing\n\nWant to contribute to iCloud Photos Downloader? Awesome! Check out the [contributing guidelines](CONTRIBUTING.md) to get involved.\n","iCloud Photos Downloader 是一个命令行工具，用于从iCloud下载照片。它支持跨平台使用，包括Linux、Windows和macOS，甚至可以在笔记本电脑、台式机以及NAS上运行。该工具提供了多种安装方式，如直接下载可执行文件或通过Docker、PyPI等包管理器进行安装。其核心功能是提供了一种简单有效的方式来备份存储在iCloud中的所有图片，并且项目遵循MIT许可开放源代码，由志愿者社区维护。此工具非常适合需要定期备份iCloud照片的个人用户，或是希望将云中照片迁移到本地存储环境的用户。",2,"2026-06-11 03:34:07","high_star"]