GithubHelp home page GithubHelp logo

nzbverify's Introduction

nzbverify
=========

``nzbverify`` is a command-line tool and library for verifying the integrity of
an NZB file.  It is capable of supporting both standard and SSL-encrypted NNTP
connections and employs threads for increased verification speed.

As of version 0.3.0 it also supports multiple servers, including primary and
backup servers.

Usage
-----

As of version 0.3.0, a configuration file is required.  The configurtion file
should be formatted as a "netrc" file.  Here is an example configuration,
including both a primary and a backup server:

	machine ssl.mynewshost.com
		login		username1
		password	123456789
		account		port=443,connections=20,ssl=true

	machine news.somenewshost.net
		login		username2
		password 	987654321
		account		port=119,connections=2,backup=true,ssl=false


The example below reads the NNTP server information from ``~/.netrc``::

  $ python -m nzbverify tests/nzbs/ubuntu-12_04-dvd-amd64_iso.nzb
  nzbverify version 0.3.0, Copyright (C) 2014 Weston Nielson <wnielson@github>
  Found 1 primary host
     ssl.mynewshost.com
  Found 1 backup host
     news.somenewshost.net
  Created 22/22 threads
  Parsing NZB: tests/nzbs/ubuntu-12_04-dvd-amd64_iso.nzb
  Found 43 files and 2878 segments totalling 1.75 GB
  Available: 2878 [100.00%], Missing:    0 [0.00%], Total: 2878 [100.00%]
  Result: all 2878 segments available
  Verification took 7.21387386322 seconds

nzbverify's People

Contributors

pankkake avatar wnielson avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

itsme6969

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.