gonab

command module
v0.0.0-...-fc716ca Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 11, 2016 License: GPL-3.0 Imports: 3 Imported by: 0

README

gonab

Golang usenet binary indexer

Quick Howto:

  • Install Mysql
  • Create database gonab and give a user permissions on it
  • Install Go
  • Install gonab: go get -v github.com/hobeone/gonab
  • Go to directory: cd $GOPATH/src/github.com/hobeone/gonab/
  • Copy config_sample.json to config.json and edit it to your satisfaction
  • Compile: go build
  • Create the database: ./gonab createdb
  • Import regex's (newznab seems to work best): ./gonab importregex
  • Create groups: ./gonab groups add ....
  • Scan groups: ./gonab scan
  • Make Binaries: ./gonab makebinaries
  • Make Releases: ./gonab releases make

Use the --debug flag to see more about what's going on and --debugdb to see every SQL command.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package api implements the Newznab/nZEDb api described here: https://github.com/nZEDb/nZEDb/blob/dev/docs/newznab_api_specification.txt
Package api implements the Newznab/nZEDb api described here: https://github.com/nZEDb/nZEDb/blob/dev/docs/newznab_api_specification.txt

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL