loot-cli

CLI application for searching The Pirate Bay and beginning your download.

Usage no npm install needed!

<script type="module">
  import lootCli from 'https://cdn.skypack.dev/loot-cli';
</script>

README

loot

A simple command-line application for searching The Pirate Bay and downloading your selection to the current working directory.

Installation

Currently it doesn't seem to work with node 5.x, but it works in node 6.x (haven't tested 4.x).

$ npm install -g loot-cli

Usage

$ loot-cli

The application will walk you through the rest.

Files are downloaded to the directory where the script was run.

Contributing

It could do with a refactor (it's quick and dirty at the moment), and I'd like to implement some async/await for readability too.

Some feature goals:

  • Searching by category.
  • Ability to use pagination from TPB results.
  • User configuration to set download directory.