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

domo84/transmission_rest_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

For Transmission. A REST layer on top of RPC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages