{"id":23099796,"url":"https://github.com/deifyed/gpctl","last_synced_at":"2026-06-25T12:31:39.732Z","repository":{"id":215303419,"uuid":"738608533","full_name":"deifyed/gpctl","owner":"deifyed","description":"A simple CLI interface for managing your GoPro Hero 12","archived":false,"fork":false,"pushed_at":"2024-07-20T09:30:16.000Z","size":19661,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-07-20T10:42:53.970Z","etag":null,"topics":["gopro"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deifyed.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-01-03T16:13:32.000Z","updated_at":"2024-07-20T09:30:19.000Z","dependencies_parsed_at":"2024-01-28T13:19:09.931Z","dependency_job_id":"1670d8e1-1ed2-48dc-85a6-5ee71e13fa0e","html_url":"https://github.com/deifyed/gpctl","commit_stats":null,"previous_names":["deifyed/gpctl"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deifyed%2Fgpctl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deifyed%2Fgpctl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deifyed%2Fgpctl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deifyed%2Fgpctl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deifyed","download_url":"https://codeload.github.com/deifyed/gpctl/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230039169,"owners_count":18163369,"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","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":["gopro"],"created_at":"2024-12-16T23:21:04.292Z","updated_at":"2026-06-25T12:31:39.693Z","avatar_url":"https://github.com/deifyed.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gpctl\n\nNB: I threw this together in one and a half hours. It is likely that something will blow up if you use it.\n\n## Introduction\n\nA simple CLI interface for managing your GoPro Hero 12.\n\n## Usage\n\n```shell\n# List all available devices\ngpctl devices\n\n# List all files and directories in the root folder\ngpctl ls /\n\n# Download a file from the device\ngpctl cp /100GOPRO/GX010008.MP4 /home/user/Downloads/awesome-vid.mp4\n\n# Delete a file from the device\ngpctl rm /100GOPRO/GX010008.MP4\n\n# Start webcam mode (must be run with `sudo` and `-u` for now)\ngpctl webcam start -u $USER\n\n# Stop webcam mode\ngpctl webcam stop\n```\n\n## Installation\n\nTo build the code, you will need to have `Go 1.21` or higher installed.\n\n```shell\n# Install in default location (~/.local/bin/gpctl)\nmake build \u0026\u0026 make install\n\n# Use PREFIX to change the install location\nmake build \u0026\u0026 make install PREFIX=/usr/local/bin\n\n# Uninstall from default location\nmake uninstall\n```\n\n## Sources\n\n- [KonradIT's awesome mmt project](https://github.com/KonradIT/mmt)\n- [jschmid1's awesome gopro_as_webcam_on_linux project](https://github.com/jschmid1/gopro_as_webcam_on_linux)\n- [Open GoPro's HTTP specification](https://gopro.github.io/OpenGoPro/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeifyed%2Fgpctl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeifyed%2Fgpctl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeifyed%2Fgpctl/lists"}