{"id":18048126,"url":"https://github.com/startautomating/powroku","last_synced_at":"2025-06-28T13:37:08.752Z","repository":{"id":46788988,"uuid":"392256013","full_name":"StartAutomating/PowRoku","owner":"StartAutomating","description":"Script your Roku with PowerShell","archived":false,"fork":false,"pushed_at":"2021-09-25T20:45:45.000Z","size":31,"stargazers_count":4,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-05T05:15:41.549Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PowerShell","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/StartAutomating.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}},"created_at":"2021-08-03T09:07:27.000Z","updated_at":"2023-04-21T14:40:46.000Z","dependencies_parsed_at":"2022-09-23T04:03:31.050Z","dependency_job_id":null,"html_url":"https://github.com/StartAutomating/PowRoku","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/StartAutomating/PowRoku","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StartAutomating%2FPowRoku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StartAutomating%2FPowRoku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StartAutomating%2FPowRoku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StartAutomating%2FPowRoku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StartAutomating","download_url":"https://codeload.github.com/StartAutomating/PowRoku/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StartAutomating%2FPowRoku/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262438701,"owners_count":23311197,"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-30T20:11:41.534Z","updated_at":"2025-06-28T13:37:08.736Z","avatar_url":"https://github.com/StartAutomating.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"﻿PowRoku is a nifty little PowerShell module to help automate your Roku(s).\n\nIt is built atop the [Roku External Control Protocol](https://developer.roku.com/docs/developer-program/debugging/external-control-api.md).\n\nYou can use PowRoku to control Roku devices and Roku TVs.\n\nAssuming you have a Roku TV, and it's on, use this to try it out:\n\n~~~PowerShell\nFind-Roku                 # Find your Rokus\n\nFind-Roku | Get-Roku -App # Get all of the Apps on each Roku\n\nFind-Roku | Get-Roku -ActiveApp # Get the Active App on each Roku\n\nFind-Roku | Stop-Roku     # Turn your Roku TV off (only works for Rokus which support PowerOff)\n\n# Turn up the volume\nSend-Roku -Method POST -Data '' -Command Keypress/VolumeUp\n\nFind-Roku | \n    Get-Roku -App | \n    Where-Object { $_.Name -eq 'Netflix' } | \n    Start-Roku\n\nStart-Roku -MacAddress $myRokuMac # Send a Wake-on-Lan to your Roku's MACAddress\n~~~\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstartautomating%2Fpowroku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstartautomating%2Fpowroku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstartautomating%2Fpowroku/lists"}