Search found 5 matches

by jlw_4049
Fri Oct 04, 2024 5:37 pm
Forum: Plugins
Topic: Introducing DelugeWebClient
Replies: 5
Views: 12832

Re: Introducing DelugeWebClient

Thanks for the suggestions/help, I appreciate it! I joined the discord as well. Sent you a FR on discord too.
by jlw_4049
Fri Oct 04, 2024 1:59 am
Forum: Plugins
Topic: Introducing DelugeWebClient
Replies: 5
Views: 12832

Re: Introducing DelugeWebClient

Very cool! Nice to see someone else doing some API related stuff and opening things up! Not trying to steal your thunder here, but I wrote a class for the JSON-RPC end point too, if you want to take anything from it feel free. I don't publish to PyPi or anything, and don't intend to take it there, ...
by jlw_4049
Thu Oct 03, 2024 11:11 pm
Forum: Plugins
Topic: Introducing DelugeWebClient
Replies: 5
Views: 12832

Introducing DelugeWebClient

What My Project Does I needed a way to inject torrents into Deluge bittorrent client via Python for a few projects. Comparison Initially, I was using the deluge-client , which worked well but had a key limitation: it doesn't support HTTP connections, making it incompatible with setups using reverse...
by jlw_4049
Sun Aug 21, 2022 2:29 am
Forum: Windows OS
Topic: Windows CLI 2.1.1
Replies: 3
Views: 5471

Re: Windows CLI 2.1.1

I appreciate the response. I really don't have the extra time this weekend to look into the code and see how it works, I got a few projects I'm working on right now.. However, I appreciate the response!!

Ignore the 2nd question :)

I'll keep an eye on this post!
by jlw_4049
Fri Aug 19, 2022 5:54 pm
Forum: Windows OS
Topic: Windows CLI 2.1.1
Replies: 3
Views: 5471

Windows CLI 2.1.1

I've been trying to basically inject a torrent via command line interface. Nothing seems to work at all when it comes the command line interface as far as I can tell. I get a lot of "nonetype" errors. What I just want to inject torrent path + name.torrent into the client so it can start se...