Torrench (command line torrent search tool) - Docker image (Multiarch)
3.8K
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
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"
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
Content type
Image
Digest
Size
95.4 MB
Last updated
about 8 years ago
docker pull jaymoulin/torrench