Skip to content

miru-project/bt-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Miru BT server

A simple BT server for Miru.

Usage

From release page, download the latest version and run.

Add torrent

Post torrent file to /torrent endpoint.

List torrents

Get /torrent endpoint.

Get torrent

Get /torrent/{hash} endpoint.

Delete torrent

Delete /torrent/{hash} endpoint.

Get torrent file

Get /torrent/{hash}/file endpoint.