seedboxtools

A tool to automate downloading finished torrents from a seedbox
Download

seedboxtools Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Manuel Amador
  • Publisher web site:
  • http://rudd-o.com/projects/mirrorlinks/

seedboxtools Tags


seedboxtools Description

seedboxtools will help you download all those Linux ISOs that you downloaded on your remote seedbox (running Transmission Web, or TorrentFlux-b4rt) 100% automatically, without any manual intervention on your part.With this program installed on your home computer, all you need to do is simply start a torrent in your seedbox, from anywhere you are; then, when you get back home, all your downloads will be fully downloaded at home, ready to use and enjoy.Tools included in this setThis package contains several tools:- leechtorrents: a tool that leeches finished downloads from a torrent seedbox to your local computer.- configleecher: a configuration wizard to set up the clients to work properly against your seedbox.What you need to have before using this package- Python 2.7 on your local machine- Python iniparse there- a seedbox running TorrentFlux-b4rt or Transmission Web + API- an SSH server on your seedbox- an SSH client on your local machine- a public key-authenticated user account in the seedbox, so that your user can log in without passwords and can read the torrents and downloads directories in the seedbox rsync installed on both machines- if you are using TorrentFlux-b4rt on your seedbox:- the command torrentinfo-console from the BitTorrent package, installed on the seedbox- the command fluxcli installed and operational on the seedbox- if you are using Transmission on your seedbox:- the command transmission-remote from the Transmission package, installed on your local machine- the API server port open so that transmission-remote can query itInstallationYou will need to install this package on your local machine.You can install this package directly from PyPI using pip:pip install seedboxtoolsIf you are on an RPM-based distribution, build an RPM from the source package and install the resulting RPM:python setup.py bdist_rpmOtherwise, just use the standard Python installation system:python setup.py installYou can also run it directly from the unpacked source directory:export PYTHONPATH=srcbin/leechtorrents --helpConfigurationThe tools require some configuration after installation. There is a nifty configuration wizard that will set the configuration file up. Run it and answer a few questions:leechtorrentsThe script will ask you for the necessary configuration values before you can run the tools here.Note: Both TorrentFlux and Transmission protect their download and torrent directories using permissions. You should become part of the UNIX group they use to protect those directories, and change the permissions accordingly so you have at least read and list permissions (rx).How to run the downloader script periodicallyYou can do it with cron, or in a systemd unit file.With cronPut this in your crontab to run it every minute:* * * * * leechtorrents -DqlWith systemdCreate a unit file:# Listing: /etc/systemd/system/leechtorrents.service# ====================================================Description=TorrentleecherAfter=network.targetType=simpleExecStart=leechtorrents -g .torrentleecher.log -ql -t 30User=< YOUR_USERNAME_GOES_HERE >Restart=alwaysWantedBy=network.targetThen run as root:systemctl reloadsystemctl enable leechtorrents.servicesystemctl start leechtorrents.serviceProduct's homepage


seedboxtools Related Software