pssuils / ftorrents

ftorrents is a small tool to fetch torrent files from showrss.info

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ftorrents

Build Status Coverage Status

ftorrents is a small program that fetches the latest torrent files from showrss.info. To configure it just run it one time to generate the configuration file, then edit the file adding the rss url. Make sure that you have generated the url including namespaces and disallowing magnet links.

The downloaded files will be stored in ~/.ftorrents/torrent_files, or in the folder indicated in the configuration file.

*# Prerequisites Library libyaml MAC: brew install libyaml Linux: apt-get install libyaml *# Install python setup.py install *# Configuration You'll need an account on showRSS to create the URL with no magnets and namespaces. Run once ./ftorrents.sh and open the file ~/.ftorrents/cnf.yml and set your RSS URL.

About

ftorrents is a small tool to fetch torrent files from showrss.info

License:MIT License


Languages

Language:Python 100.0%