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
- Host: GitHub
- URL: https://github.com/vi/tribler-rs
- Owner: vi
- Created: 2019-03-31T21:20:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-04T19:47:37.000Z (over 7 years ago)
- Last Synced: 2025-03-27T21:49:37.381Z (over 1 year ago)
- Topics: bittorrent, command-line-tool, rest, rust, tribler
- Language: Rust
- Size: 23.4 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.