btreader 0.2.0

Simple bittorrent reader written on D


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

btreader

Simple bittorrent reader written on D Program decoded files to json. If you have error (in format), check return code - it will non zero.

How to use

btreader < some.torrent       // read torrent from stdinput (max 10M)
--file=<file> [-f <file>]     // read .torrent file from file
--pretty [-p]                 // pretty print json encoded data
--without=<path/to/key>       // remove key(s) from output
--help [-h]                   // small help

Example

./btreader -f some.torrent -p --without=info/pieces

License

Licensed MIT

Authors:
  • Dmitry Tsvettsikh
Dependencies:
none
Versions:
0.2.0 2014-Apr-13
0.1.0 2014-Mar-21
~master 2014-Apr-22
Show all 3 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 0 downloads total

Score:
0.0
Short URL:
btreader.dub.pm