项目作者: nochso

项目描述 :
RSS feed aggregator/reader [WIP]
高级语言: Go
项目地址: git://github.com/nochso/rss.git
创建时间: 2019-07-03T16:52:31Z
项目社区:https://github.com/nochso/rss

开源协议:MIT License

下载


rss

RSS feed aggregator/reader

Installation

From source

  1. go get github.com/nochso/rss
  2. cd %GOPATH%/src/github.com/nochso/rss
  3. go build ./cmd/rssd
  4. rssd

Usage

  1. $ rssd -h
  2. Usage of rssd:
  3. -db string
  4. sqlite3 db file (default "rss.sqlite3")
  5. -grace duration
  6. HTTP shutdown grace period for existing connections (default 10s)
  7. -http string
  8. HTTP listening address (default ":8080")