Giter Club home page Giter Club logo

feedtransmission's Introduction

feedtransmission

feedtransmission is a python script to read RSS/Atom feeds of torrents and add them to Transmission to download

Install

You will need two Python packages:

Most easily like this:

pip install -r requirements.txt 

In Linux you can install these by

pip install transmissionrpc
pip install feedparser

or

easy_install transmissionrpc
easy_install feedparser

You will need to run Transmission and enable remote access.

Usage

feedtransmission.py http://url.to/torrent/feed.xml http://another.url/to/feed

Most probably you want to add feedtransmission to your cron file to regularly monitor a feed.

List of parameters available:

  --transmission-host <host>
                        Host for Transmission RPC (default: localhost)
  --transmission-port <port>
                        Port for Transmission RPC (default: 9091)
  --transmission-user <user>
                        Port for Transmission RPC (default: None)
  --transmission-password <password>
                        Port for Transmission RPC (default: None)
  --add-paused          Disables starting torrents after adding them
  --log-file <logfile path>
                        The logging file, if not specified, prints to output
  --clear-added-items   Clears the list of added torrents. You can also do
                        that by deleting the addeditems.txt
  --download-dir <dir>  The directory where the downloaded contents will be
                        saved in. Optional.
  --search-pattern <pattern>
                        The search pattern to filter the feed. Used with 
                        re.search() python function. Optional.

The script makes a file called addeditems.txt in the folder of the executable. This file stores the torrent links already added to Transmission.

feedtransmission's People

Contributors

lupus78 avatar timdp 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.