1.0.6 • Published 12 months ago

torrent-scrapper-cli v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months ago

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

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago