Giter Site home page Giter Site logo

icloud_photos_downloader's Introduction

iCloud Photos Downloader

  • A command-line tool to download all your iCloud photos.
  • Works on Mac, Linux, and Windows.
  • Run it multiple times to download any new photos.

Why?

  • I use the Photos app on my MacBook, set to "Optimize Mac Storage". It stores full-resolution images in iCloud, and only stores thumbnails on my computer until they are requested.
  • I want to download a copy of all my photos onto my Linux PC, because:
    • I use Plex instead of an Apple TV. Now I can display photo slideshows with Plex.
    • I like having a backup of all my photos on my own hard-drive.
  • I only want to download the "medium" size of all my photos. They save some space while still being big enough for slideshows. If "medium" is not available, then fall back to downloading the original size.

Installation

# Clone the repo somewhere
git clone https://github.com/ndbroadbent/icloud_photos_downloader.git
cd icloud_photos_downloader

# Install dependencies (Linux)
sudo pip install -r requirements.txt

Authentication

If your account has two-factor authentication enabled, you will be prompted for a code when you run the script.

Two-factor authentication will expire after an interval set by Apple, at which point you will have to re-authenticate. This interval is currently two months.

NOTE: Using the system keyring to store your iCloud password is not supported, because this is an automated script. Just provide your iCloud password by using the --password option.

Usage

$ ./download_photos.py <download_directory>
                       --username=<username>
                       --password=<password>
                       [--size=(original|medium|thumb)]
                       [--recent <integer>]
                       [--until-found <integer>]
                       [--auto-delete]

Options:
  --username <username>           Your iCloud username or email address
  --password <password>           Your iCloud password
  --size [original|medium|thumb]  Image size to download (default: original)
  --recent INTEGER                Number of recent photos to download (default: download all photos)
  --until-found INTEGER RANGE     Download most recently added photos until we
                                  find x number of previously downloaded
                                  consecutive photos (default: download all photos)
  --download-videos               Download both videos and photos (default: only download photos)
  --force-size                    Only download the requested size
                                  (default: download original if size is not available)
  --auto-delete                   Scans the "Recently Deleted" folder and deletes any files
                                  found in there. (If you restore the photo in iCloud,
                                  it will be downloaded again.)
  -h, --help                      Show this message and exit.

Example:

$ ./download_photos.py ./Photos \
    [email protected] \
    --password=pass1234 \
    --size=original \
    --recent 500 \
    --auto-delete

Error on first run

The first time you run the script, you will probably see an error message like this:

Bad Request (400)

This error usually means that Apple's servers are getting ready to send you data about your photos. This process can take around 5-10 minutes, so please wait a few minutes, then try again.

(If you are still seeing this message after 30 minutes, then please open an issue on GitHub.)

Run once every 3 hours using Cron

cp cron_script.sh.example cron_script.sh
  • Edit cron_script.sh with your username, password, and other options

  • Run crontab -e, and add the following line:

0 */3 * * * /path/to/icloud_photos_downloader/cron_script.sh

icloud_photos_downloader's People

Contributors

ndbroadbent avatar chadj avatar brunodoamaral avatar numshub avatar

Watchers

Volkan Delioglu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.