All Projects → baddymaster → torrent-hound

baddymaster / torrent-hound

Licence: AGPL-3.0 license
Search torrents from multiple websites via the CLI

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to torrent-hound

Magnetissimo
Web application that indexes all popular torrent sites, and saves it to the local database.
Stars: ✭ 2,551 (+9010.71%)
Mutual labels:  search-engine, torrent, bittorrent
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 (+532.14%)
Mutual labels:  torrent, bittorrent, torrents
Rats Search
BitTorrent P2P multi-platform search engine for Desktop and Web servers with integrated torrent client.
Stars: ✭ 1,037 (+3603.57%)
Mutual labels:  search-engine, torrent, bittorrent
Gmdb
GMDB is the ultra-simple, cross-platform Movie Library with Features (Search, Take Note, Watch Later, Like, Import, Learn, Instantly Torrent Magnet Watch)
Stars: ✭ 189 (+575%)
Mutual labels:  search-engine, torrent, magnet-link
Bt
BitTorrent library and client with DHT, magnet links, encryption and more
Stars: ✭ 2,011 (+7082.14%)
Mutual labels:  torrent, bittorrent, magnet-link
Torrentinim
A very low memory-footprint, self hosted API-only torrent search engine. Sonarr + Radarr Compatible, native support for Linux, Mac and Windows.
Stars: ✭ 123 (+339.29%)
Mutual labels:  search-engine, torrent, bittorrent
torrent-spider
基于DHT的p2p网络资源爬虫
Stars: ✭ 65 (+132.14%)
Mutual labels:  torrent, bittorrent, magnet-link
Diffy
🎞️💓🍿 Love streaming - It's always best to watch a movie together ! 🤗
Stars: ✭ 37 (+32.14%)
Mutual labels:  torrent, bittorrent, torrents
Aria2.sh
Aria2 一键安装管理脚本 增强版
Stars: ✭ 1,276 (+4457.14%)
Mutual labels:  torrent, bittorrent, magnet-link
Torrent
Full-featured BitTorrent client package and utilities
Stars: ✭ 4,138 (+14678.57%)
Mutual labels:  torrent, bittorrent, magnet-link
qBit-plugins
Search plugins for qBittorrent
Stars: ✭ 40 (+42.86%)
Mutual labels:  search-engine, torrents, torrent-search-engine
Magnet Uri
Parse a magnet URI and return an object of keys/values
Stars: ✭ 183 (+553.57%)
Mutual labels:  torrent, bittorrent, magnet-link
PeerflixServerZH
🚀 Peerflix Server(BT) 汉化、美化
Stars: ✭ 32 (+14.29%)
Mutual labels:  torrent, bittorrent, torrents
Katastrophe
Command Line Tool to download torrents
Stars: ✭ 85 (+203.57%)
Mutual labels:  torrent, bittorrent
Magnetico
Autonomous (self-hosted) BitTorrent DHT search engine suite.
Stars: ✭ 2,626 (+9278.57%)
Mutual labels:  search-engine, bittorrent
magnet2torrent
Turn a bittorrent magnet link into a .torrent file
Stars: ✭ 45 (+60.71%)
Mutual labels:  bittorrent, magnet-link
Filemasta
A search application to explore, discover and share online files
Stars: ✭ 571 (+1939.29%)
Mutual labels:  search-engine, torrents
porla
A high performance BitTorrent client for servers and seedboxes.
Stars: ✭ 83 (+196.43%)
Mutual labels:  torrent, bittorrent
Torrent-Alert
Torrent Keyword Search, Schedule & Alert #BuildWithMeteorJS
Stars: ✭ 21 (-25%)
Mutual labels:  torrent, torrent-search-engine
mad-torrent
Delphi bittorrent protocol implementation
Stars: ✭ 30 (+7.14%)
Mutual labels:  torrent, bittorrent

Torrent Hound

Search torrents from multiple websites via the CLI

Requirements

  • Python 2.7
  • bs4
  • clint
  • pyperclip
  • humanize
  • VeryPrettyTable
  • cfscrape

Installation

Install package and dependencies directly via pip using pip install torrent-hound

Or run pip install -r requirements.txt in the shell to install all dependencies

Update existing Intallation

To upgrade torrent-hound via pip, run pip install torrent-hound -U

If installed via git, then simply run git pull in the shell after navigating to the torrent-hound directory

Otherwise download the latest binary from the releases section of this repository

Usage

If installed via pip, torrent-hound would have been added to $PATH. Simply run torrent-hound or torrent-hound [search-query] to begin.

Download the torrent-hound binary from the bin/ directory.

torrent-hound [search-query] or simply torrent-hound

Menu

Available Commands :

  1. m<result number> - Print magnet link of selected torrent

  2. c<result number> - Copy magnet link of selected torrent to clipboard

  3. d<result number> - Download torrent using default torrent client

  4. o<result number> - Open the torrent page of the selected torrent in the default browser

  5. cs<result number> - Copy magnet link and open Seedr.cc

  6. p<optional choice> - Print top 10 results from each website for the given query

    <choice> : [{default : 1}, {0 : Print formatted result}, {1 : Pretty print results}]

  7. s - Enter a new query to search for over all avilable torrent websites

  8. r - Repeat last search (with same query)

Help

In case of an SSL Error, consult these answers on Stackoverflow for potential fixes.

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].