{"id":15874880,"url":"https://github.com/juwit/streamdeck-daemon","last_synced_at":"2025-04-01T23:22:28.454Z","repository":{"id":65536748,"uuid":"347140160","full_name":"juwit/streamdeck-daemon","owner":"juwit","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-27T10:56:12.000Z","size":54,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-07T15:14:34.379Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/juwit.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}},"created_at":"2021-03-12T17:09:32.000Z","updated_at":"2023-01-27T10:56:16.000Z","dependencies_parsed_at":"2023-02-15T08:17:05.917Z","dependency_job_id":null,"html_url":"https://github.com/juwit/streamdeck-daemon","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juwit%2Fstreamdeck-daemon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juwit%2Fstreamdeck-daemon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juwit%2Fstreamdeck-daemon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juwit%2Fstreamdeck-daemon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juwit","download_url":"https://codeload.github.com/juwit/streamdeck-daemon/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246725521,"owners_count":20823652,"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":[],"created_at":"2024-10-06T01:41:44.461Z","updated_at":"2025-04-01T23:22:28.432Z","avatar_url":"https://github.com/juwit.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# streamdeck-daemon\n\na simple streamdeck tool, written in golang, \nwhich loads configuration from a JSON file, \nand exposes an HTTP API to dynamically interact with the streamdeck.\n\nit #WorksOnMyMachine.\n\n## requirements\n\n* [x] : write text on button press\n* [x] : execute command on button press\n* [x] : show images on buttons\n* [x] : manage \"pages\"\n* [x] : change page on button press\n* [x] : update button on http post\n\n## installing dependencies\n\n```shell\nsudo apt install libxdo-dev\n```\n\n## building\n\n```shell\ngo mod tidy\ngo build\n```\n\n## running\n\n```shell\n./streamdeck-daemon\n```\n\n## installing\n\nadd *udev* rules: \n\n```shell\nsudo cp 99-streamdeck.rules /etc/udev/rules.d/\nsudo udevadm control --reload-rules\n```\n\n```shell\nsudo cp ./streamdeck-daemon /opt\nsed -i \"s/username/$USER/\" streamdeck-daemon.service\nsudo cp ./streamdeck-daemon.service /etc/systemd/system\nsudo systemctl daemon-reload\nsudo systemctl enable streamdeck-daemon\nsudo systemctl start streamdeck-daemon\n```\n\n## dependencies\n\n* github.com/magicmonkey/go-streamdeck : for basic streamdeck interaction\n* https://github.com/go-chi/chi : for http routing\n* libxdo-dev : for sending keyboard keys on button press (sudo apt install libxdo-dev)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuwit%2Fstreamdeck-daemon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuwit%2Fstreamdeck-daemon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuwit%2Fstreamdeck-daemon/lists"}