posborne / putio-sync

Python daemon that automatically downloads files from put.io
MIT License
29 stars 12 forks source link

Implement deluge HTTP API Server #23

Closed posborne closed 8 years ago

posborne commented 8 years ago

If the putiosync daemon exposed the same API as deluge, then 3rd party applications could be integrated without having to modify those applications whatsoever. This is of course dependent on adding the ability to add torrents to put.io which is not currently part of the application.

http://deluge-torrent.org/docs/1.2/core/rpc.html

The protocol does not appear to be pure JsonRPC and the code is GPL, so this might not be the easiest option. Worth looking at other widely supported servers.

posborne commented 8 years ago

Ended up implementing transmission API: localhost:7001/transmission/rpc