Skip to content
This repository has been archived by the owner on Jul 11, 2020. It is now read-only.

Latest commit

 

History

History
19 lines (10 loc) · 516 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 516 Bytes

transmission_rest_api

For Transmission. A REST layer on top of RPC. In Python.

There's nothing fancy about this. Just something I made in order to be able to use a RESTful approach when creating a new GUI.

You'll need to run it in parallel with transmission becuase it uses RPC as a data source. It's very much like a proxy.

Install

pip install -r requirements.txt

Configuration

Copy config.template.yaml to config.yaml and edit settings accordingly

Running

python main.py