8000 GitHub - kenstir/deluge-reannounce: A Python script which helps automate reannouncing torrents in Deluge to improve the chances of finding seeds
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A Python script which helps automate reannouncing torrents in Deluge to improve the chances of finding seeds

Notifications You must be signed in to change notification settings

kenstir/deluge-reannounce

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deluge Torrent Reannounce Script

This Python script automates reannouncing torrents in Deluge to improve the chances of finding seeds. It uses the submodule deluge-client to communicate with the Deluge daemon.

Use this with the Execute plugin to be called on the Torrent Added event.

Usage

From the shell:

/path/deluge-reannounce/reannounce torrent_id torrent_name save_path

From the Deluge Execute plugin:

/path/deluge-reannounce/reannounce

The arguments torrent_id, torrent_name, and save_path are added automatically when called from the Deluge Execute plugin on the Torrent Added event.

Configuration

If you run the script inside the LinuxServer.io docker container, then there is no configuration needed. Otherwise, set the following variables in the environment:

environment variable value
DELUGE_HOST hostname or IP address of Deluge server
DELUGE_PORT RPC port number
DELUGE_USER username
DELUGE_PASS password

About

A Python script which helps automate reannouncing torrents in Deluge to improve the chances of finding seeds

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 83.3%
  • Shell 16.7%
0