An open API service indexing awesome lists of open source software.

https://github.com/vi/tribler-rs

Rust library and a command-line helper for Tribler REST API
https://github.com/vi/tribler-rs

bittorrent command-line-tool rest rust tribler

Last synced: 12 months ago
JSON representation

Rust library and a command-line helper for Tribler REST API

Awesome Lists containing this project

README

          

Library and a command-line interface for Tribler REST API

(early version)

At the moment it targets Tribler `v7.3.0-beta1`. It does not start Tribler Core.

Currently only some commands are implemented:

```
$ tribler list-downloads
351.36 MiB 100% 2018-11-13-raspbian-stretch-lite.zip

$ tribler search test
815.00 B test.log magnet:?xt=urn:btih:98861d0ca6f44069a2c0e001e03bc95726b129de
8.23 KiB test entry 102308 magnet:?xt=urn:btih:3430303738363637363637393233383537343830
5.00 B test.txt magnet:?xt=urn:btih:7de795fe731a31b2242e750d34974381ac2d53d8
...

$ tribler search-complete hel
helloween
hellfire
hellblazer

$ tribler add-download

$ echo "magnet:..." | tribler add-downloads-from-file -
```

License = Apache 2.0 or MIT.