Giter Site home page Giter Site logo

dlite's Introduction

SAB_DIR controls download directory, otherwise it will download to current directory.

This is currently a very half-baked client that's specific to nzbgeek.info. It uses their search API directly. You may be able to use any usenet provider, though I've only tested with news.usenetserver.com.

dlite's People

Contributors

andrewstuart avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

dlite's Issues

FYI: Packages needed

A go build resulted in:

sander@flappie:~/git/dlite$ go build
download.go:13:2: cannot find package "github.com/andrewstuart/go-metio" in any of:
    /usr/lib/go/src/github.com/andrewstuart/go-metio (from $GOROOT)
    /home/sander/go/src/github.com/andrewstuart/go-metio (from $GOPATH)
cache.go:11:2: cannot find package "github.com/andrewstuart/go-nzb" in any of:
    /usr/lib/go/src/github.com/andrewstuart/go-nzb (from $GOROOT)
    /home/sander/go/src/github.com/andrewstuart/go-nzb (from $GOPATH)
config.go:10:2: cannot find package "github.com/andrewstuart/goapis" in any of:
    /usr/lib/go/src/github.com/andrewstuart/goapis (from $GOROOT)
    /home/sander/go/src/github.com/andrewstuart/goapis (from $GOPATH)
flag.go:9:2: cannot find package "github.com/andrewstuart/limio" in any of:
    /usr/lib/go/src/github.com/andrewstuart/limio (from $GOROOT)
    /home/sander/go/src/github.com/andrewstuart/limio (from $GOPATH)
config.go:11:2: cannot find package "github.com/andrewstuart/nntp" in any of:
    /usr/lib/go/src/github.com/andrewstuart/nntp (from $GOROOT)
    /home/sander/go/src/github.com/andrewstuart/nntp (from $GOPATH)
download.go:16:2: cannot find package "github.com/andrewstuart/yenc" in any of:
    /usr/lib/go/src/github.com/andrewstuart/yenc (from $GOROOT)
    /home/sander/go/src/github.com/andrewstuart/yenc (from $GOPATH)
config.go:8:2: cannot find package "gopkg.in/yaml.v2" in any of:
    /usr/lib/go/src/gopkg.in/yaml.v2 (from $GOROOT)
    /home/sander/go/src/gopkg.in/yaml.v2 (from $GOPATH)

which I could solve with:

go get "github.com/andrewstuart/go-metio"
go install "github.com/andrewstuart/go-metio"
go get "github.com/andrewstuart/go-nzb"
go install "github.com/andrewstuart/go-nzb"
go get "github.com/andrewstuart/goapis"
go install "github.com/andrewstuart/goapis"
go get "github.com/andrewstuart/limio"
go install "github.com/andrewstuart/limio"
go get "github.com/andrewstuart/nntp"
go install "github.com/andrewstuart/nntp"
go get "github.com/andrewstuart/yenc"
go install "github.com/andrewstuart/yenc"
go build

Maybe something for the REAMD.md ?

example .config/sab/config.yml ?

Starting dlite, I get

sander@flappie:~/git/dlite$ go build
sander@flappie:~/git/dlite$ ./dlite 
2016/02/24 17:04:23 Error opening config confFile:
    open /home/sander/.config/sab/config.yml: no such file or directory

I tried this:

sander@flappie:~/git/dlite$ touch /home/sander/.config/sab/config.yml
sander@flappie:~/git/dlite$ 
sander@flappie:~/git/dlite$ ./dlite 
2016/02/24 17:05:45 No server configured. Please provide a valid usenet server name.

Hmmm ... Is there an instruction how to fill this config file?

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.