Skip to content
This repository was archived by the owner on Mar 13, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (18 loc) · 722 Bytes

File metadata and controls

20 lines (18 loc) · 722 Bytes

torrentcatcher

#THIS PROJECT IS DEPRECATED #Check out Cistern for continued support ###Description Takes torrent or magnet links from rss feeds you provide, parses them and sends them to transmission. ###Installation and Usage To install this for your personal use run these commands:

git clone https://github.com/archangelic/torrentcatcher
cd torrentcatcher/
python setup.py install
torrentcatcher --setup

OR pip install torrentcatcher

Follow the setup instructions. Once completed, you will be able to just run torrentcatcher to start downloading from the feed you added!

torrentcatcher.py -h will reveal all available options and their descriptions.