Giter Site home page Giter Site logo

torss's Introduction

What is this?
torss is a script which scrapes RSS feeds from torrent trackers, then downloads
the torrent files that match user defined rules. It is generally called via
cron on seedboxes to download a torrent as soon as it's released.

torss requires some knowledge of bash and regular expressions to configure.
Also torss works better on private trackers where duplicates are discouraged.

How to install

0. Install xmlstarlet (http://xmlstar.sourceforge.net/) as a dependency
1. Download and extract the archive
2. Copy to torss executable into /usr/bin/
3. Copy rules.sample and the getters folder into /etc/torss/

Beyond that, if you are using private trackers you will need to create the
getter scripts for those, unless they exist in /etc/torss/getters/ (in which
case you still need to modify that file to insert your own credentials).

You should also create ~/.config/torss for each user who will use torss.
Any user specific getter scripts should go into ~/.config/torss/getters/.


Example Usage

This will download dummy files (actually images, but we'll pretend they are
torrents) according to dummy rules. Since we specify the sample rules file, use
the included demo getter script and specify a history file in /tmp we don't
need to create ~/.config/torrs at all.
  torss -i /tmp/torss-history -g demo -r /etc/torss/rules.sample

Two "torrent" files should be downloaded when running that. Running the same command
again will not download any, as they have been listed in the history file
already.


Feedback

Any bugs or feedback should be sent to [email protected]

torss's People

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.