Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 333 Bytes

readme.md

File metadata and controls

14 lines (12 loc) · 333 Bytes

Bit Torrent Client

Terminal based torrent downloader

$ python3 torrent.py <torrentfilenaem> -l <download-location> -d <download-speed-limit>

Torrent file name is required parameter other two are optional.

Dependancies

$ pip3 install requests
$ pip3 install bencode.py

(compatible with single file torrents)