Skip to content

maxhq/docker-ipd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iCloud Photo Downloader

This is a wrapper around the iCloud Photos Downloader Python script which uses the pyicloud library to access Apple iCloud. It allows you to use the downloader script without installing Python and the specific dependencies.

Please note that on first run and every X months Apple asks for the iCloud password (even though an access token is generated and saved).

Docker volumes

You have to mount host directories to the following volumes:

  • /photos - target for the photos
  • /auth - place where the script will store your iCloud access tokens

Usage

docker run --rm -ti -v <photo dir>:/photos -v <token dir>:/auth maxhq/ipd <apple id>

Example to store the photos in ~/icloud-photos:

docker run --rm -ti -v ~/icloud-photos:/photos -v ~/icloud-secrets:/auth maxhq/ipd apple@id

About

Dockerfile for Python script 'icloud_photo_downloader'

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages