8000 GitHub - thibaudbrg/iCloudSteal: iCloudSteal is a Bash script that allows you to download all photos from a shared iCloud album. It supports both sequential and concurrent downloading for efficiency.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

iCloudSteal is a Bash script that allows you to download all photos from a shared iCloud album. It supports both sequential and concurrent downloading for efficiency.

Notifications You must be signed in to change notification settings

thibaudbrg/iCloudSteal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

iCloudSteal

iCloudSteal is a Bash script that allows you to download all photos from a shared iCloud album. It supports both sequential and concurrent downloading for efficiency.

Requirements

  • Bash
  • jq
  • curl version 7.68.0 or higher, for concurrent downloads

Installation

  1. Clone this repository:
    git clone https://github.com/thibaudbrg/iCloudSteal.git
  2. Navigate to the directory:
    cd iCloudSteal

Usage

./iCloudSteal.sh --url 'https://www.icloud.com/sharedalbum/#YOUR_ALBUM_ID' [--folder ./target_folder] [--concurrent 1]

Replace YOUR_ALBUM_ID with the actual Album ID, and optionally specify a target folder and the number of concurrent downloads. A reasonable starting point is 50. Use higher numbers at your own risk. Too many concurrent downloads may lead to network issues or rate limiting.

As the url contains a # character, it must be enclosed in single quotes to prevent shell interpretation.

Troubleshooting

If you encounter issues, ensure that:

  • You have installed all the required tools.
  • The URL is accessible and correctly formatted.
  • You have not exceeded the rate limits set by the iCloud API.

Contributions

Feel free to contribute to this project by opening a pull request.

About

iCloudSteal is a Bash script that allows you to download all photos from a shared iCloud album. It supports both sequential and concurrent downloading for efficiency.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0