icloud_photos_downloader/README_NPM.md

24 lines
1.1 KiB
Markdown

# iCloud Photos Downloader [![Quality Checks](https://github.com/icloud-photos-downloader/icloud_photos_downloader/workflows/Quality%20Checks/badge.svg)](https://github.com/icloud-photos-downloader/icloud_photos_downloader/actions/workflows/quality-checks.yml) [![Multi Platform Docker Build](https://github.com/icloud-photos-downloader/icloud_photos_downloader/workflows/Docker%20Build/badge.svg)](https://github.com/icloud-photos-downloader/icloud_photos_downloader/actions/workflows/docker-build.yml) [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE.md)
A command-line tool to download all your iCloud photos.
## [EXPERIMENTAL] Install, Run, and Use
``` sh
npx --yes icloudpd --directory /data --username my@email.address --watch-with-interval 3600
```
Synchronization logic can be adjusted with command-line parameters. Run the following to get full list:
``` sh
npx --yes icloudpd --help
```
## Getting Node and Npm
You can get NodeJS with accompanying Npm from [Official site](https://nodejs.org/en/download).
## More
See [Project page](https://github.com/icloud-photos-downloader/icloud_photos_downloader/) for more details.