Skip to main content

An asynchronous library to control all the rokus in your life. Easy, breezy,

Project description

Screw remotes. Control your Roku via Python. Asynchronously.

Installation

pip install aioroku

Usage

Requires Python 3.5 and uses asyncio and aiohttp.

import asyncio
import aiohttp

async def main():
    async with aiohttp.ClientSession() as session:
        await run(session)


async def run(websession):

The Basics

Apps

Entering Text

Advanced Stuff

Discovery

Sensors

Touch

Generic Input

TODO

  • Docs

  • Tests, of course.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aioroku-0.0.2.tar.gz (7.8 kB view hashes)

Uploaded Source

Built Distribution

aioroku-0.0.2-py2.py3-none-any.whl (15.4 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page