Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 1.05 KB

File metadata and controls

11 lines (7 loc) · 1.05 KB

red_users

A simple python script that collects per user data of snatched torrents from Redacted using Deluge. It collects the username, ratio, uploaded amount, downloaded amount of each snatched torrent 1 minute after it completed downloading. The purpose is to find uploaders which consistently give you bad ratio when auto snatching, so you can blacklist them. The data is stored in a csv file which can be easily imported into Excel or Google Sheets to do further analysis.

Configuration

Edit the script to enter the host, port, username and password of your Deluge daemon. Create an API key on Redacted and enter it into the script too. You might also want to change the path to the csv file.

Enable the Execute plugin in your Deluge client. Then go to the settings of Execute and create a new command. As event select "Torrent Completed" and for Command enter the path of the script. It should look something like this:

Screenshot

Make sure the script is executable.