{"id":27135537,"url":"https://github.com/denysvitali/photobooth-server","last_synced_at":"2026-04-29T01:33:55.898Z","repository":{"id":286607060,"uuid":"958245217","full_name":"denysvitali/photobooth-server","owner":"denysvitali","description":"A Raspberry-Pi based Photobooth","archived":false,"fork":false,"pushed_at":"2025-03-31T22:24:06.000Z","size":114,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-03T11:32:19.911Z","etag":null,"topics":["booth","go","photo","photobooth","pi","raspberry","raspberry-pi"],"latest_commit_sha":null,"homepage":"https://photobooth.slides.denv.it","language":"Go","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/denysvitali.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-31T22:08:31.000Z","updated_at":"2025-04-17T07:48:27.000Z","dependencies_parsed_at":"2025-04-07T13:12:56.082Z","dependency_job_id":"0d6703f4-baf1-4f0b-9024-57d7d4c64042","html_url":"https://github.com/denysvitali/photobooth-server","commit_stats":null,"previous_names":["denysvitali/photobooth-server"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/denysvitali/photobooth-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denysvitali%2Fphotobooth-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denysvitali%2Fphotobooth-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denysvitali%2Fphotobooth-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denysvitali%2Fphotobooth-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denysvitali","download_url":"https://codeload.github.com/denysvitali/photobooth-server/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denysvitali%2Fphotobooth-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32407164,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["booth","go","photo","photobooth","pi","raspberry","raspberry-pi"],"created_at":"2025-04-08T01:48:34.181Z","updated_at":"2026-04-29T01:33:55.882Z","avatar_url":"https://github.com/denysvitali.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# photobooth-server\n\nThe backend of my Photobooth project.\nFor the frontend, check out [photobooth-frontend](https://github.com/denysvitali/photobooth-frontend).\n\n## Introduction\n\nThis is the backend of my Photobooth project. It connects to a [gphoto2 supported camera](https://gphoto.org/proj/libgphoto2/support.php) and provides a REST API to control it. It also provides a WebSocket connection to view the camera preview.\n\nIt's suggested to look at the slides [photobooth.slides.denv.it](https://photobooth.slides.denv.it) to understand the project better.\n\n## Requirements\n\n- [photobooth-frontend](https://github.com/denysvitali/photobooth-frontend) to display the UI\n- Eventually [photobooth-os](https://github.com/denysvitali/photobooth-os) as the OS\n  \n## Installation\n\n```\ngo install ./\n```\n\nYou can then run the server with `photobooth-server`.\n\n\n## Connecting to Google Photos\n\nTo be able to upload the resulting pictures to Google Photos, make sure to place a `client_secret.json` file in the same directory where you're running `photobooth-server`. \n\nYou can get this file by creating a new project in the [Google Cloud Console](https://console.cloud.google.com/apis/credentials) and enabling the Google Photos API. Make sure to set the redirect URI to `http://localhost:8080/google/oauth2/callback`. The server will then handle the OAuth2 flow for you.\n\nOnce you start the server, you can then visit http://localhost:8080/auth/google-photos to start the authentication flow. After this is done, you'll be able to upload pictures to Google Photos on the album specified in `internal/const.go`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenysvitali%2Fphotobooth-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdenysvitali%2Fphotobooth-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenysvitali%2Fphotobooth-server/lists"}