https://github.com/realaravinth/ronin
Yiffy Torrents client
https://github.com/realaravinth/ronin
cli ronin yify yify-torrents
Last synced: 9 days ago
JSON representation
Yiffy Torrents client
- Host: GitHub
- URL: https://github.com/realaravinth/ronin
- Owner: realaravinth
- License: agpl-3.0
- Created: 2021-05-24T18:43:21.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-30T12:44:46.000Z (over 3 years ago)
- Last Synced: 2025-04-13T16:16:02.475Z (9 days ago)
- Topics: cli, ronin, yify, yify-torrents
- Language: Rust
- Homepage:
- Size: 60.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Ronin
Yify Torrents Client
[](https://deps.rs/repo/github/realaravinth/ronin)
[](http://www.gnu.org/licenses/agpl-3.0)Ronin is a client for accessing Yify Torrents. The website is
ad-invested and has become borderline unusable. I tried everything from
disabling popups, using adblockers and even staying patient while
navigating their website but nothing seemed to work and hence the
motivation to create Ronin.It talks to Yify's API to fetch movie details and their magnet links.
You can search for movies with their names or their IMDB code for more
successful results. Filters exist for quality, genre and minimum
ratings.> It's part of a larger meta-search engine that I'm planning to write so
> the CLI tool is probably temporary.## How to build
- Install Cargo using [rustup](https://rustup.rs/) with:
```
$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```- Clone the repository with:
```
$ git clone https://github.com/realaravinth/ronin
```- Build with Cargo:
```
$ cd ronin && cargo build --release
```## Usage
```
ronin 0.1.0
Aravinth Manivannan
Yify Torrents ClientUSAGE:
ronin-cli [OPTIONS] --nameFLAGS:
-h, --help Prints help information
-V, --version Prints version informationOPTIONS:
-g, --genre Genre of the film
-l, --limit limit search results
-n, --name
Name of moive or IMDB code(if you know it)-q, --quality quality: 720p, 1080p, 2160 or 3D
-r, --rotten-tomatoes-rattings Minimum ratings of the films
-s, --sort-by
Sort by: title year rating peers seeds download_count like_count date_added-u, --url
URL of yify torrents instance accessible to you(if default isn't working)
```