A torrent search and downloader from the command line. Can been used to automatically download torrents.
./torrent.py shrek2
./torrent.py shrek2 -d 0
.
torrent.py [-h] [-n NUM] [-s SORT_BY] [-o OUTPUT] [-p] [-v]
[KEYWORD [KEYWORD ...]]
KEYWORD magnet keyword.
optional arguments:
-h, --help show this help message and exit
-n NUM, --num NUM magnet number.(default 10)
-s SORT_BY, --sort-by SORT_BY
-o, OUTPUT, --output OUTPUT
-p, --pretty-oneline show magnets info with one line.
-v, --version version information
Want to implement threading into the torrent download.