Skip to content

Instantly share code, notes, and snippets.

View txhammer68's full-sized avatar
🏠
Free from work

Maximus txhammer68

🏠
Free from work
View GitHub Profile
@fay59
fay59 / icloud-album-download.sh
Last active November 8, 2025 10:57
Download entire iCloud shared albums
#!/bin/bash
# requires jq
# arg 1: iCloud web album URL
# arg 2: folder to download into (optional)
function curl_post_json {
curl -sH "Content-Type: application/json" -X POST -d "@-" "$@"
}