{"id":19055760,"url":"https://github.com/taskrabbit/icloud-photo","last_synced_at":"2025-11-12T02:03:08.983Z","repository":{"id":26923634,"uuid":"30385815","full_name":"taskrabbit/icloud-photo","owner":"taskrabbit","description":"Use a mac and this gem to upload photos it iCloud photo stream","archived":false,"fork":false,"pushed_at":"2015-02-12T21:19:11.000Z","size":140,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-10-07T21:14:18.571Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/taskrabbit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-06T00:14:29.000Z","updated_at":"2016-05-02T04:41:57.000Z","dependencies_parsed_at":"2022-08-20T23:10:33.349Z","dependency_job_id":null,"html_url":"https://github.com/taskrabbit/icloud-photo","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/taskrabbit/icloud-photo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taskrabbit%2Ficloud-photo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taskrabbit%2Ficloud-photo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taskrabbit%2Ficloud-photo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taskrabbit%2Ficloud-photo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/taskrabbit","download_url":"https://codeload.github.com/taskrabbit/icloud-photo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taskrabbit%2Ficloud-photo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":283961755,"owners_count":26923662,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-11-12T02:00:06.336Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T23:46:54.273Z","updated_at":"2025-11-12T02:03:08.953Z","avatar_url":"https://github.com/taskrabbit.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ICloudPhoto::Sync\n\nSo you want to send photos to your photo stream on iCloud. I looked for an API and couldn't find one.\nSo I made this mess. It uses AppleScript to launch iPhoto and then puppeteers it until the photos are in iPhoto.\n\nIt is being used in the [Dashing on Apple TV](https://github.com/bleonard/dashing_on_appletv) sample.\n\n## Setup\n\nOpen iPhoto and click on \"iCloud\" on the side. Sign if if necesssary.\n\nNOTE: this is meant to have total control over this iCloud account. It should be a new account for your dashboard, not your personal one. It may delete you photos.\n\nImport a photo, select \"Share...\", and share it to the iCloud album(s) you want to use (just to make the album). In the sample, it is called \"dashboard.\"\n\nThe first time you run it, you'll likely need to allow some accessibility access to iPhoto from the Applescript. Follow the given instructions.\n\nYou should see it succeed after a few times of that. When iPhoto closes itself, that means it worked.\n\n## Usage\n\n```ruby\nrequire 'icloud-photo'\n\ncloud = ICloudPhoto::Sync.new(\"screenshots\")\n\n# put the sampletv image in the dashboard album\ncloud.add(\"dashboard\", [\"sampletv\"])\ncloud.upload!\n```\n\nThen don't touch the keyboard!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaskrabbit%2Ficloud-photo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaskrabbit%2Ficloud-photo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaskrabbit%2Ficloud-photo/lists"}