/atv-http

Primary LanguagePython

Pyatv - HTTP wrapper

A http wrapper around the pyatv library. Can be used to control an Apple TV with companion.

Setup

Install dependencies:

pip install -r requirements.txt

Run with docker

docker-compose build;
docker-compose up -d;