{"id":24185346,"url":"https://github.com/tschf/unphoto","last_synced_at":"2025-10-05T22:45:42.070Z","repository":{"id":146716383,"uuid":"208726535","full_name":"tschf/unphoto","owner":"tschf","description":"Download a photo of the day","archived":false,"fork":false,"pushed_at":"2025-03-16T08:12:02.000Z","size":29,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-07T15:44:52.873Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tschf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-09-16T06:31:04.000Z","updated_at":"2024-07-27T06:28:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"f1480e60-45f2-4f8e-b0a1-f0b64705230e","html_url":"https://github.com/tschf/unphoto","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tschf/unphoto","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tschf%2Funphoto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tschf%2Funphoto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tschf%2Funphoto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tschf%2Funphoto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tschf","download_url":"https://codeload.github.com/tschf/unphoto/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tschf%2Funphoto/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278532356,"owners_count":26002345,"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-10-05T02:00:06.059Z","response_time":54,"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":"2025-01-13T11:19:49.804Z","updated_at":"2025-10-05T22:45:42.056Z","avatar_url":"https://github.com/tschf.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# unphoto\n\nUtility for setting a randomized photo to your wallpaper. Currently implemented proviers:\n\n* Guardian - Uses picture of the day\n* Local - You point to a folder on your system\n\n## Usage\n\nA few example usage patterns:\n\n```\nunphoto --guardian\nunphoto --guardian --wallpaper\nunphoto --local --local-path /home/trent/Pictures --wallpaper\n```\n\nThe latter 2 will change your current wallpaper.\n\nYou may want to automate this either through a startup script or on recurring timer.\nUsing a systemd timer:\n\n```bash\ncat \u003c\u003c EOF \u003e $HOME/.config/systemd/user/unphoto.service\n[Unit]\nDescription=\"Changes the wallpaper from the given folder\"\nWants=unphoto.timer\n\n[Service]\nExecStart=$HOME/go/bin/unphoto --local --local-path $HOME/Pictures/CorporateBackgrounds --wallpaper\n\n[Install]\nWantedBy=default.target\nEOF\n```\n\nAnd the timer file to run every hour:\n\n```bash\ncat \u003c\u003cEOF \u003e $HOME/.config/systemd/user/unphoto.timer\n[Unit]\nDescription=Timer for the unphoto service that changes the desktop wallpaper\nRequires=unphoto.service\n\n[Timer]\nUnit=unphoto.service\nOnCalendar=*-*-* *:00:00\n\n[Install]\nWantedBy=timers.target\n\nEOF\n```\n\nAfter that, reload daemon\n\n```bash\nsystemctl --user daemon-reload\nsystemctl --user list-timers\n```\n\nReference: OL documentation, \u003chttps://docs.oracle.com/en/learn/use_systemd/#work-with-systemd-timer-units\u003e\n\n## Author\n\nTrent Schafer, 2019\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftschf%2Funphoto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftschf%2Funphoto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftschf%2Funphoto/lists"}