#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.