Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 897 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 897 Bytes

Torrent_Cli

A torrent search and downloader from the command line. Can been used to automatically download torrents.

Example:

list torrent:

./torrent.py shrek2

download specific torrent:

./torrent.py shrek2 -d 0 .

usage:

torrent.py [-h] [-n NUM] [-s SORT_BY] [-o OUTPUT] [-p] [-v] [KEYWORD [KEYWORD ...]]

positional arguments:

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

Help

Want to implement threading into the torrent download.