Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 648 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 648 Bytes

torrent-client

BitTorrent client written in Go

Install

go get github.com/pchchv/torrent-client

Usage

Try downloading Debian!

torrent-client debian-10.2.0-amd64-netinst.iso.torrent debian.iso

Limitations

  • Only supports .torrent files (no magnet links)

  • Only supports HTTP trackers

  • Does not support multi-file torrents

  • Strictly leeches (does not support uploading pieces)

Inspired by Jesse Li