Console BitTorrent client written in Go.
- Clone repository
- Compile locally or run with
go run main.go <torrent_file>
Downloaded files will be saved into a subdirectory named after torrent itself. Support of custom download directories is on the roadmap.
Leech currently supports only the most simple download via .torrent
files.
Uploading, magnet links and DHT are not supported for now.
Thanks to amazing article by the author of this repository.