Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsirysndr/kickasstorrent
A command-line tool for KickassTorrents
https://github.com/tsirysndr/kickasstorrent
bittorrent cli kickass-torrents p2p rust tokio torrent
Last synced: 29 days ago
JSON representation
A command-line tool for KickassTorrents
- Host: GitHub
- URL: https://github.com/tsirysndr/kickasstorrent
- Owner: tsirysndr
- License: mit
- Created: 2022-08-24T22:57:57.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-05T13:48:21.000Z (over 2 years ago)
- Last Synced: 2024-11-14T00:07:05.906Z (about 1 month ago)
- Topics: bittorrent, cli, kickass-torrents, p2p, rust, tokio, torrent
- Language: Rust
- Homepage:
- Size: 129 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# KickassTorrents CLI
KickassTorrents CLI is a command line interface and Rust library for KickassTorrents.
## Installation
```bash
cargo install kickasstorrent
```### macOS/Linux
```bash
brew install tsirysndr/tap/kickasstorrent
```Or download the latest release for your platform from [here](https://github.com/tsirysndr/kickasstorrent/releases).
## Usage
```
USAGE:
kickasstorrentOPTIONS:
-h, --help Print help information
-V, --version Print version informationSUBCOMMANDS:
category List torrents in a category
help Print this message or the help of the given subcommand(s)
info Show information about a torrent
latest Show latest torrents
latest-searches Show latest searches
popular Show popular torrents
search Search for torrents```