0.2.6 • Published 1 year ago

torrent-to-pixeldrain v0.2.6

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Torrent to Pixeldrain

This is a simple package that you can use to download and upload the files of a torrent into Pixeldrain.

This is for Educational Purpose.

What's Pixeldrain?

It's a file sharing site.

  • Provides 20GB daily transfer limit for free accounts
  • Fast transfer speeds

Installation

$ npm install torrent-to-pixeldrain

Usage

import { TorrentToPixeldrain, FileWriter, TorrentBuilder } from "torrent-to-pixeldrain";

let builder = new TorrentBuilder()
            .setType("single file")
            .setInput("./tests/resources/torrent/single-torrent.torrent")
            .setOutput("./tests/downloads")

let writer = new FileWriter("./tests/logs/test-log.txt")

let client = new TorrentToPixeldrain(builder, "your-api-key", writer)

client.start()
0.2.6

1 year ago

0.2.5

1 year ago

0.2.4

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago