Small script to rename files dowloaded by transmission.
Uses config from ~/toren.config which is python code what defines variables
TRANSMISSION_HOST
, TRANSMISSION_PORT
, TRANSMISSION_USER
, TRANSMISSION_PASW
,
LISTING_FORMAT
This repo mainly for learning git, github, coding style, etc. Any comments on it and my English are welcome. ...and yes, it does something useful
- Requires
- Python 3.x http://www.python.org/
- transmissionrpc module http://www.bitbucket.org/blueluna/transmissionrpc/
- docopt module http://docopt.org