1.1.0 • Published 4 years ago

@faizalhasanwala/peer-lister v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
4 years ago

Peer Lister

Fetch peers for a torrent from top 50 trackers.

Usage

Fetch peers using torrent hash

node index.js --hash "xyz-hash-here"

Fetch peers using Magnet URI

If Magnet URI has trackers mentioned those trackers will also be used alongside with pre-defined trackers.

node index.js --uri "magnet:?xt=urn:btih:...."

Print Help

node index.js --help