btreader ~master

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    [-f] <path>             read torrent file from given path
--pretty  [-p]                    pretty print for json encoded data file
--without [-r] <path/to/key>      this key will be removed from output
                                  ignored, if `only` option is used
--only    [-o] <path/to/key>      return data of ONLY this key
--help    [-h]                    this 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

  • 247 downloads total

Score:
0.0
Short URL:
btreader.dub.pm