tpb-search

Search torrents at The Pirate Bay

Usage no npm install needed!

<script type="module">
  import tpbSearch from 'https://cdn.skypack.dev/tpb-search';
</script>

README

tpb-search

A Node.js module to search for torrents at The Pirate Bay tracker.

Installation

  • npm install tpb-search

Usage

const tpb = require('tpb-search')

tpb.search(keyword, function(err, results) {
  console.log(results) // returns name, seeders, leechers, url
})

Packages

License

This project is licensed under The MIT License (MIT). Which means that you can use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the software. But you always need to state that xWeb is the original author of this template.

Project is developed and maintained by Mike Kokkolios.