torrent-scrapper-cli

1.0.6 • Public • Published

Torrent Srapper CLI

Command line utility used for scrapping the torrents according to search and page params passed as arguments. It be used as dependency in the project also.

Installation

Install torrent-scrapper-cli with npm globally

  npm install -g torrent-scrapper-cli  

Install torrent-scrapper-cli with npm locally in project

  npm install torrent-scrapper-cli  

Run Locally

Clone the project

  git clone https://link-to-project

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the server

 node ./bin/index.js -h

Usage/Examples

Run the following command in the terminal after installing torrent-scrapper-cli to open help eg.

torrent-scrapper-cli -h

For getting torrents with name avatar

torrent-scrapper-cli -s='Avatar' -f=/home/atul/Documents/

For getting torrents with name avatar from only https://yts.mx

torrent-scrapper-cli -s='Avatar' -f=/home/atul/Documents/ -k=yts

Authors

Package Sidebar

Install

npm i torrent-scrapper-cli

Weekly Downloads

1

Version

1.0.6

License

ISC

Unpacked Size

49.7 kB

Total Files

34

Last publish

Collaborators

  • atuldubey