Sign inSign up

jaymoulin/torrench

By jaymoulin

Updated about 8 years ago

Torrench (command line torrent search tool) - Docker image (Multiarch)

Image
1

3.8K

jaymoulin/torrench repository overview

Torrench (Torrent search CLI command line interface) - Docker Image

Docker Pulls Docker stars Bitcoin donation PayPal donation Buy me a coffee Buy me a coffee

This image allows you to search and download torrent files (not a torrent client) in CLI (command line interface) easily thanks to Docker. This image is based on Kryptxy's Torrench

Usage

docker run --rm -ti -v /path/to/your/downloads:/root/Downloads/torrench jaymoulin/torrench torrench "<search>" 

With <search> your search string and /path/to/your/downloads where you want torrent files to be downloaded

You can also remove the torrench command if you pass an argument beginning with a dash. For example:

docker run --rm -ti jaymoulin/torrench --help 

Use --risky as first parameter to enable search on "illegal" torrent sites like TPB... For example:

docker run --rm -ti jaymoulin/torrench --risky "debian" 

Appendixes

Install Docker

If you don't have Docker installed yet, you can do it easily in one line using this command

curl -sSL "https://gist.githubusercontent.com/jaymoulin/e749a189511cd965f45919f2f99e45f3/raw/054ba73080c49a0fcdbc6932e27887a31c7abce2/ARM%2520(Raspberry%2520PI)%2520Docker%2520Install" | sudo sh && sudo usermod -aG docker $USER

Tag summary

Content type

Image

Digest

Size

95.4 MB

Last updated

about 8 years ago

docker pull jaymoulin/torrench