Skip to content

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

Notifications You must be signed in to change notification settings

tasi788/feedtransmission

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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:

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.

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%