Python library for controlling an Olleh TV STB
Project description
Python library for controlling an Olleh TV set-top-boxes.
Installation
$ pip install ollehtv
If you also wish to run the development tests you will need to do
$ pip install -r requirements-dev.txt
Configuration
In order to control your STB you must also authenticate a remote using the Olleh playtv mobile app. Once you have authenticated the app, you will need to proxy an app API request to get the DEVICE_ID and SVC_PW values for your device.
mitmproxy screenshot
Example
>>> import ollehtv >>> device_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" >>> svc_pw = "abcdef1234567890" >>> otv = ollehtv.OllehTV(device_id, svc_pw) >>> otv.turn_on() >>> otv.unmute() >>> otv.change_channel(5) >>> otv.input_button(ollehtv.OllehTVButton.IJEON)
This example session turns on a STB, unmutes it, switches it to channel 5 and then switches it back to the previous channel.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ollehtv-0.1.2.tar.gz.
File metadata
- Download URL: ollehtv-0.1.2.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7c50923c3ebdd481e80de7bde6210a6ba0ab33a5a890383c2a0fc092f21fb37d
|
|
| MD5 |
d973abdb8e4dc70146ba29be801c5c02
|
|
| BLAKE2b-256 |
b68f14d8df44e289cfbe7edcf4a056177bb83240972981dbcd1e70cbc6238d1c
|
File details
Details for the file ollehtv-0.1.2-py2.py3-none-any.whl.
File metadata
- Download URL: ollehtv-0.1.2-py2.py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b2b98ce1ba220c62972d04e197c86a06074ac86941fb61a5b618ef413fca890
|
|
| MD5 |
a3fbc3b93e707cc1a585888373f0b33f
|
|
| BLAKE2b-256 |
0780ab7c02a975324be3269372f746e087fc58225bada5c26b0a2bee40364b0d
|