All Projects → rnestler → rust-torrent-search

rnestler / rust-torrent-search

Licence: Apache-2.0, MIT licenses found Licenses found Apache-2.0 LICENSE-APACHE MIT LICENSE-MIT
Tool written in Rust to search for torrents

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to rust-torrent-search

IMDb-Scout-Mod
Auto search for movie/series on torrent, usenet, ddl, subtitles, streaming, predb and other sites. Adds links to IMDb pages from hundreds various sites. Adds movies/series to Radarr/Sonarr. Adds external ratings from Metacritic, Rotten Tomatoes, Letterboxd, Douban, Allocine. Media Server indicators for Plex, Jellyfin, Emby. Dark theme/style for …
Stars: ✭ 177 (+1164.29%)
Mutual labels:  torrent, torrent-search
we-get
🍦 Command-line tool for searching torrents.
Stars: ✭ 120 (+757.14%)
Mutual labels:  torrent, torrent-search
thepiratebay
thepiratebay.org completely done in Angular, search and download torrents easily, without the worry of ads and privacy ip blocking.
Stars: ✭ 23 (+64.29%)
Mutual labels:  torrent
webtorrent-health
💚 Get health info about a webtorrent file or magnet link
Stars: ✭ 27 (+92.86%)
Mutual labels:  torrent
tdpt
Torrent downloading progress on Telegram
Stars: ✭ 32 (+128.57%)
Mutual labels:  torrent
sensorr
🍿📼 Sensorr - Your Friendly Digital Video Recorder
Stars: ✭ 90 (+542.86%)
Mutual labels:  torrent
alpine-rtorrent
Dockerized rTorrent based on Alpine Linux, with a better Docker integration.
Stars: ✭ 28 (+100%)
Mutual labels:  torrent
torrent-hound
Search torrents from multiple websites via the CLI
Stars: ✭ 28 (+100%)
Mutual labels:  torrent
live-torrent-backend
The backend server for the live-torrent project
Stars: ✭ 38 (+171.43%)
Mutual labels:  torrent
ut pex
Implementation of ut_pex bittorrent protocol (PEX) for webtorrent
Stars: ✭ 54 (+285.71%)
Mutual labels:  torrent
qbittorrentui
text user interface for qbittorrent
Stars: ✭ 19 (+35.71%)
Mutual labels:  torrent
seedbox-from-scratch
The Dockered Seedbox From Scratch Mod 2 Script
Stars: ✭ 14 (+0%)
Mutual labels:  torrent
rarbg-api
A simple node.js wrapper for rarbg.to api
Stars: ✭ 21 (+50%)
Mutual labels:  torrent
MiXLab
MiXLab is a mix of multiple amazing Colab Notebooks found on the internet such as rcloneLab, RLabClone, Torrent to Google Drive Downloader and some more.
Stars: ✭ 143 (+921.43%)
Mutual labels:  torrent
torrent-dl
Streaming Torrent Client for Python
Stars: ✭ 28 (+100%)
Mutual labels:  torrent
rustorrent
A BitTorrent library implemented in Rust
Stars: ✭ 37 (+164.29%)
Mutual labels:  torrent
torrentit
Telegram bot for downloading torrents without storage
Stars: ✭ 33 (+135.71%)
Mutual labels:  torrent
SeedTruck
Torrent management app for iOS, macOS, tvOS and watchOS made in SwiftUI 2. Same codebase for all platforms!
Stars: ✭ 25 (+78.57%)
Mutual labels:  torrent
CheckWebPeer
Check WebRTC peers of torrents.
Stars: ✭ 19 (+35.71%)
Mutual labels:  torrent
torrent-spider
基于DHT的p2p网络资源爬虫
Stars: ✭ 65 (+364.29%)
Mutual labels:  torrent

CircleCI AppVeyor Build Status

torrent-search

This is a tool, written in Rust, to search for torrents on the command line.

Building

On Linux, make sure to have openssl installed:

# ArchLinux
$ sudo pacman -S openssl
# Ubuntu
$ sudo apt-get install libssl-dev

Then just use cargo to build

$ cargo build

Install

cargo install --git https://github.com/rnestler/rust-torrent-search

Usage

Just execute

$ cargo run "search term"

To search for "search term" in all supported sources.

With --search-providers one may limit the sources:

$ cargo run -- --sort seeders --search-providers yts,piratebay test

Alternatives

Here is a list of projects which do similar things:

License

Licensed under either of

at your option.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].