Search found 3 matches

by miscsubbin
Fri Nov 16, 2012 2:31 am
Forum: Development
Topic: [SOLVED] How to use Deluge modules
Replies: 3
Views: 5165

Re: How to use Deluge modules

Ok, I got it. Thanks a lot. Is there a method that returns a torrent from an id? I'll keep looking around for it, I assume that it has to exist. Not really a big deal, I'm still getting a feel for how the whole thing works.
by miscsubbin
Thu Nov 15, 2012 2:40 am
Forum: Development
Topic: [SOLVED] How to use Deluge modules
Replies: 3
Views: 5165

Re: How to use Deluge modules

OK, so I'm going to try to clarify what I want a little bit in order to get some help on this, if this is in the wrong section, or I need to add more info, please let me know. So I'm trying to write a python program, and some of it's functionality involves using the WebApi. I think this: http://delu...
by miscsubbin
Tue Nov 13, 2012 9:52 pm
Forum: Development
Topic: [SOLVED] How to use Deluge modules
Replies: 3
Views: 5165

[SOLVED] How to use Deluge modules

I want to develop a program that interacts with the Deluge WebUI. Is there an API for python that I can use? I've been looking around the documentation, but I don't really understand how to import the needed modules. Maybe (probably) I'm understanding something wrong? Sorry, I've never really done s...