UNPKG

scrape-torrent-stats

Version:

Scrape information from the bittorrent trackers and the distributed hash table. Given a bittorrent magnet URI, scrapeTorrentStats can check both tracker and the DHT for downloads and peers.

4 lines (3 loc) 165 B
const discover = require('./src') const { getDHTData, getTrackerData } = require('./src/discoverySources') module.exports = { discover, getDHTData, getTrackerData }