https://github.com/nochso/rss
RSS feed aggregator/reader [WIP]
https://github.com/nochso/rss
atom-feed feed-reader go golang rss rss-aggregator rss-reader
Last synced: 8 months ago
JSON representation
RSS feed aggregator/reader [WIP]
- Host: GitHub
- URL: https://github.com/nochso/rss
- Owner: nochso
- License: mit
- Created: 2019-07-03T16:52:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-20T15:00:48.000Z (almost 7 years ago)
- Last Synced: 2024-06-20T14:29:08.631Z (almost 2 years ago)
- Topics: atom-feed, feed-reader, go, golang, rss, rss-aggregator, rss-reader
- Language: Go
- Homepage:
- Size: 2.18 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rss
RSS feed aggregator/reader
## Installation
### From source
go get github.com/nochso/rss
cd %GOPATH%/src/github.com/nochso/rss
go build ./cmd/rssd
rssd
## Usage
$ rssd -h
Usage of rssd:
-db string
sqlite3 db file (default "rss.sqlite3")
-grace duration
HTTP shutdown grace period for existing connections (default 10s)
-http string
HTTP listening address (default ":8080")