Metadata-Version: 1.0
Name: jrss
Version: 0.1
Summary: Torrent RSS downloader
Home-page: https://github.com/spillevink/jrss
Author: Jakob Hedman
Author-email: jakob@hedman.email
License: GNU GPLv3
Description: Installation
        ------------
        ::
        
            pip install jrss
        
        Config
        ------
        -  Run jrss
        
        ::
        
            $ jrss
        
        -  Edit ``~/.jrssrc``
        -  Setup your torrent client to watch a specific dir for new torrents
        -  Setup cron to execute the script every minute
        
        ::
        
            $ crontab -e
            *  *  *  *  *  jrss
        
Platform: UNKNOWN
