https://github.com/garulf/rokuview
Capture screen and download off Roku based devices
https://github.com/garulf/rokuview
Last synced: about 2 months ago
JSON representation
Capture screen and download off Roku based devices
- Host: GitHub
- URL: https://github.com/garulf/rokuview
- Owner: Garulf
- Created: 2021-05-27T11:41:09.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-27T11:53:19.000Z (about 4 years ago)
- Last Synced: 2025-02-16T02:23:21.152Z (4 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rokuview
Capture screen and download off Roku based devicesTested on Hisense TV with Roku OS built-in
No guarantee this will work with all Roku models and/or devices# Requirements
This script requires that you have Devoloper mode activated on your Roku device.
Instructions on how to activate Devoloper mode can be found here:
https://developer.roku.com/docs/developer-program/getting-started/developer-setup.md# Usage:
```
roku_snapshot.py [-h] [-p FILE_PATH] [--file-name FILE_NAME] username password hostpositional arguments:
username (rokudev)
password
host (IP address or hostname with 'http' or 'https'optional arguments:
-h, --help show this help message and exit
-p FILE_PATH, --file-path FILE_PATH
--file-name FILE_NAME
```
# Example
```python3 rokuview.py 'rokudev' '' '10.0.0.10' --file-path '/Volumes/Pictures' --file-name 'my_tv.jpg'```