icloudpd


Nameicloudpd JSON
Version 1.25.0 PyPI version JSON
download
home_pageNone
Summaryicloudpd is a command-line tool to download photos and videos from iCloud.
upload_time2024-12-03 18:34:40
maintainerNone
docs_urlNone
authorThe iCloud Photo Downloader Authors
requires_python>=2
licenseThe MIT License (MIT) Copyright (c) 2016 Nathan Broadbent Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords icloud photo
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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.

## Install

``` sh
pip install icloudpd
```

### Windows

``` sh
pip install icloudpd --user
```

Plus add `C:\Users\<YourUserAccountHere>\AppData\Roaming\Python\Python<YourPythonVersionHere>\Scripts` to PATH. The exact path will be given at the end of `icloudpd` installation.

### macOS

Add `/Users/<YourUserAccountHere>/Library/Python/<YourPythonVersionHere>/bin` to PATH. The exact path will be given at the end of `icloudpd` installation.

## Usage

``` sh
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 
icloudpd --help
``` 

## Getting Python & Pip

You can get Python with accompanying Pip from [Official site](https://www.python.org/downloads/).

### Alternatives for Mac

#### Command Line Tools from Apple

Apple provides Python & Pip as part of the Command Line Tools for Xcode. They can be downloaded from Apple Developer portal or installed with 

``` sh
xcode-select --install
```

Use `pip3` to install `icloudpd`:

``` sh
pip3 install icloudpd
```

#### Homebrew package manager

Homebrew is open source package manager for macOS. Install [Homebrew](https://brew.sh/) (if not already installed):

``` sh
which brew > /dev/null 2>&1 || /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
```

Install Python (includes `pip`):

``` sh
brew install python
```

### Alternative for Linux (Ubuntu)

``` sh
sudo apt-get update
sudo apt-get install -y python
```

## More

See [Project page](https://github.com/icloud-photos-downloader/icloud_photos_downloader/) for more details.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "icloudpd",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=2",
    "maintainer_email": null,
    "keywords": "icloud, photo",
    "author": "The iCloud Photo Downloader Authors",
    "author_email": null,
    "download_url": null,
    "platform": null,
    "description": "# 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)\n\nA command-line tool to download all your iCloud photos.\n\n## Install\n\n``` sh\npip install icloudpd\n```\n\n### Windows\n\n``` sh\npip install icloudpd --user\n```\n\nPlus add `C:\\Users\\<YourUserAccountHere>\\AppData\\Roaming\\Python\\Python<YourPythonVersionHere>\\Scripts` to PATH. The exact path will be given at the end of `icloudpd` installation.\n\n### macOS\n\nAdd `/Users/<YourUserAccountHere>/Library/Python/<YourPythonVersionHere>/bin` to PATH. The exact path will be given at the end of `icloudpd` installation.\n\n## Usage\n\n``` sh\nicloudpd --directory /data --username my@email.address --watch-with-interval 3600\n```\n\nSynchronization logic can be adjusted with command-line parameters. Run the following to get full list:\n\n``` sh \nicloudpd --help\n``` \n\n## Getting Python & Pip\n\nYou can get Python with accompanying Pip from [Official site](https://www.python.org/downloads/).\n\n### Alternatives for Mac\n\n#### Command Line Tools from Apple\n\nApple provides Python & Pip as part of the Command Line Tools for Xcode. They can be downloaded from Apple Developer portal or installed with \n\n``` sh\nxcode-select --install\n```\n\nUse `pip3` to install `icloudpd`:\n\n``` sh\npip3 install icloudpd\n```\n\n#### Homebrew package manager\n\nHomebrew is open source package manager for macOS. Install [Homebrew](https://brew.sh/) (if not already installed):\n\n``` sh\nwhich brew > /dev/null 2>&1 || /usr/bin/ruby -e \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)\"\n```\n\nInstall Python (includes `pip`):\n\n``` sh\nbrew install python\n```\n\n### Alternative for Linux (Ubuntu)\n\n``` sh\nsudo apt-get update\nsudo apt-get install -y python\n```\n\n## More\n\nSee [Project page](https://github.com/icloud-photos-downloader/icloud_photos_downloader/) for more details.\n",
    "bugtrack_url": null,
    "license": "The MIT License (MIT)  Copyright (c) 2016 Nathan Broadbent  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "icloudpd is a command-line tool to download photos and videos from iCloud.",
    "version": "1.25.0",
    "project_urls": {
        "Homepage": "https://github.com/icloud-photos-downloader/icloud_photos_downloader"
    },
    "split_keywords": [
        "icloud",
        " photo"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2b4a9a60fdaf7dd371f65e2fa1f62ca5630b3c946e96e46990ca550eea426cb9",
                "md5": "bd3a8a2e9679ce5ca1ec137d070eccb9",
                "sha256": "600de3ac887881eb50ab65e11e54a9018fd42226d4538ef7d403a1503b3f80f4"
            },
            "downloads": -1,
            "filename": "icloudpd-1.25.0-py2.py3-none-macosx_13_0_x86_64.macosx_13_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "bd3a8a2e9679ce5ca1ec137d070eccb9",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=2",
            "size": 25854757,
            "upload_time": "2024-12-03T18:34:40",
            "upload_time_iso_8601": "2024-12-03T18:34:40.564894Z",
            "url": "https://files.pythonhosted.org/packages/2b/4a/9a60fdaf7dd371f65e2fa1f62ca5630b3c946e96e46990ca550eea426cb9/icloudpd-1.25.0-py2.py3-none-macosx_13_0_x86_64.macosx_13_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0f82e5245e593d7a1627893a76bb8fe06dae1ff1865324580c3f23a94659ba7f",
                "md5": "8835972b5324c014a4367e3a266b45ab",
                "sha256": "a7551065a9bf2ea597a6c8817fbaa0e9b0de5b4e0fd75596f9c0675d4133c361"
            },
            "downloads": -1,
            "filename": "icloudpd-1.25.0-py2.py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "8835972b5324c014a4367e3a266b45ab",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=2",
            "size": 57799158,
            "upload_time": "2024-12-03T18:34:43",
            "upload_time_iso_8601": "2024-12-03T18:34:43.987114Z",
            "url": "https://files.pythonhosted.org/packages/0f/82/e5245e593d7a1627893a76bb8fe06dae1ff1865324580c3f23a94659ba7f/icloudpd-1.25.0-py2.py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4c300cdee6456c8dfcd9beb157fed2714d4f571b978a779a4d169c3fea45e4d4",
                "md5": "1dd3e3b691e37eeb5430499239608832",
                "sha256": "d441204986eb085e07d42d970f6614fe02d23dbfe3cb9a1bf3901f233ff37eb1"
            },
            "downloads": -1,
            "filename": "icloudpd-1.25.0-py2.py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "1dd3e3b691e37eeb5430499239608832",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=2",
            "size": 51249419,
            "upload_time": "2024-12-03T18:34:49",
            "upload_time_iso_8601": "2024-12-03T18:34:49.717773Z",
            "url": "https://files.pythonhosted.org/packages/4c/30/0cdee6456c8dfcd9beb157fed2714d4f571b978a779a4d169c3fea45e4d4/icloudpd-1.25.0-py2.py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "83ec0e3bc86efcf19219a2338018936619decf9ab6d4b39a2cbf63656960638f",
                "md5": "b36b22b29aeca47c6e54b0581af0a5d9",
                "sha256": "2bd45286c4363bf54556b1aee49070fa7e094f9e8592a0a5748beddb71bf12b6"
            },
            "downloads": -1,
            "filename": "icloudpd-1.25.0-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b36b22b29aeca47c6e54b0581af0a5d9",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=2",
            "size": 60431325,
            "upload_time": "2024-12-03T18:34:54",
            "upload_time_iso_8601": "2024-12-03T18:34:54.509207Z",
            "url": "https://files.pythonhosted.org/packages/83/ec/0e3bc86efcf19219a2338018936619decf9ab6d4b39a2cbf63656960638f/icloudpd-1.25.0-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "65aed4ab22ae8df32bd0a05dfb51eaca5463eeab84c7f3a62db20551a7bb98e9",
                "md5": "887c2d4f4edd94e4fb3e417dd7954c55",
                "sha256": "5b16c452ffee168e80ed942216c3f809753277c0e6a70c19e9c4f583a031945f"
            },
            "downloads": -1,
            "filename": "icloudpd-1.25.0-py2.py3-none-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "887c2d4f4edd94e4fb3e417dd7954c55",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=2",
            "size": 33554681,
            "upload_time": "2024-12-03T18:34:58",
            "upload_time_iso_8601": "2024-12-03T18:34:58.710952Z",
            "url": "https://files.pythonhosted.org/packages/65/ae/d4ab22ae8df32bd0a05dfb51eaca5463eeab84c7f3a62db20551a7bb98e9/icloudpd-1.25.0-py2.py3-none-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "49329a7f482fd6edd9e33ad44fdb89a2b9b343edb62748428a1bf19b3ff750c9",
                "md5": "2d0de22dbbb3c99336eef42ad07b59b0",
                "sha256": "f81fd50f0890d0606ff41214d5ac70033eb7cf4899da8d4f4294cb93b03aae80"
            },
            "downloads": -1,
            "filename": "icloudpd-1.25.0-py2.py3-none-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "2d0de22dbbb3c99336eef42ad07b59b0",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=2",
            "size": 26878244,
            "upload_time": "2024-12-03T18:35:01",
            "upload_time_iso_8601": "2024-12-03T18:35:01.605935Z",
            "url": "https://files.pythonhosted.org/packages/49/32/9a7f482fd6edd9e33ad44fdb89a2b9b343edb62748428a1bf19b3ff750c9/icloudpd-1.25.0-py2.py3-none-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2f4b6676c583a633c354298acfeea8987eda603f5ad5dad665fb7b22696c527a",
                "md5": "41a6ca3beb36118d9977b457de8509f4",
                "sha256": "2ca65971ddd49e340267f24385e7c4efd3aa78848239d1ba6fc655a26a039016"
            },
            "downloads": -1,
            "filename": "icloudpd-1.25.0-py2.py3-none-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "41a6ca3beb36118d9977b457de8509f4",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=2",
            "size": 34329836,
            "upload_time": "2024-12-03T18:35:05",
            "upload_time_iso_8601": "2024-12-03T18:35:05.503119Z",
            "url": "https://files.pythonhosted.org/packages/2f/4b/6676c583a633c354298acfeea8987eda603f5ad5dad665fb7b22696c527a/icloudpd-1.25.0-py2.py3-none-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b89c83c7825b1b4405a708978a020c22e23db5d632c9450abf9ff0b0682d53ec",
                "md5": "e26d18563986b56cf1f18cdcf2b78cf6",
                "sha256": "411a3325d8afcb0b1a062e438a83e4315c4473cc3b06bda31ab66ef1b6db8c0d"
            },
            "downloads": -1,
            "filename": "icloudpd-1.25.0-py2.py3-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "e26d18563986b56cf1f18cdcf2b78cf6",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=2",
            "size": 26825372,
            "upload_time": "2024-12-03T18:35:08",
            "upload_time_iso_8601": "2024-12-03T18:35:08.675590Z",
            "url": "https://files.pythonhosted.org/packages/b8/9c/83c7825b1b4405a708978a020c22e23db5d632c9450abf9ff0b0682d53ec/icloudpd-1.25.0-py2.py3-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e7a15963e65733288e8d99f61a0bec96e02f3b1dfd7116c13f17df8ed87e5534",
                "md5": "826fa20cc348134856efd7f81ae06042",
                "sha256": "df49707606a92efa09f806fba57ad4a6d57ba56ed9da856f69ae45c054c83491"
            },
            "downloads": -1,
            "filename": "icloudpd-1.25.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "826fa20cc348134856efd7f81ae06042",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=2",
            "size": 68288,
            "upload_time": "2024-12-03T18:35:11",
            "upload_time_iso_8601": "2024-12-03T18:35:11.527710Z",
            "url": "https://files.pythonhosted.org/packages/e7/a1/5963e65733288e8d99f61a0bec96e02f3b1dfd7116c13f17df8ed87e5534/icloudpd-1.25.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-03 18:34:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "icloud-photos-downloader",
    "github_project": "icloud_photos_downloader",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "icloudpd"
}
        
Elapsed time: 6.81665s