Skip to content

Latest commit

 

History

History
45 lines (36 loc) · 1.56 KB

README.md

File metadata and controls

45 lines (36 loc) · 1.56 KB

rain

BitTorrent client and library in Go.

Build Status GoDoc GitHub Release

Features

Installing

Get the latest binary from releases page or install development version:

git clone [email protected]:cenkalti/rain $GOPATH/src/github.com/cenkalti/rain
cd $GOPATH/src/github.com/cenkalti/rain
dep ensure
go install

Usage

  • rain server command runs a RPC server.
  • rain client add <magnet_or_torrent> adds a torrent and print it's ID.
  • rain client stats <ID> prints the stats of the torrent.

Run rain help to see other commands.