Search torrents from multiple websites via the CLI
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
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
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
Available Commands :
m<result number> - Print magnet link of selected torrent
c<result number> - Copy magnet link of selected torrent to clipboard
d<result number> - Download torrent using default torrent client
o<result number> - Open the torrent page of the selected torrent in the default browser
cs<result number> - Copy magnet link and open Seedr.cc
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}]
s - Enter a new query to search for over all avilable torrent websites
r - Repeat last search (with same query)
In case of an SSL Error, consult these answers on Stackoverflow for potential fixes.