JohnDoee / deluge-client

A very lightweight pure-python Deluge RPC Client
MIT License
87 stars 14 forks source link

Missing usage instructions #28

Closed CoderFX closed 5 years ago

CoderFX commented 5 years ago

No instructions how to use this. Just a fake >>> from clause is not enough.

JohnDoee commented 5 years ago

You'll have to be more precise about what you mean, the example works fine (with a correct ip/port/user/pass of course).

Everything beyond what you see in the example is out of scope of this module, like the actual deluge commands.