|
4 years ago | |
---|---|---|
dist-archive | 4 years ago | |
.legacy-codesite.toml | 4 years ago | |
README.md | 4 years ago |
An RSS server that buffers messages from other RSS feeds.
Existing RSS/Atom servers supply a finite list of recent articles. A feed reader is expected to retrieve articles regularly enough so that no articles are missed. This project retrieves upstream articles regularly and buffers them in order to provide a much larger set of articles downstream.
Launch the server application (e.g. rssbuffer -BindTo ':8080'
)
Identify an upstream RSS feed (e.g. example.com/rss.xml
)
Navigate to localhost:8080/rss/http:/example.com/rss.xml
rssbuffer
will provide up to -HistoryDays
days of articles.Usage of rssbuffer:
-BackgroundRefreshMinutes int
Interval between refreshing known feeds (default 30)
-BindTo string
Address/port to bind to (default "127.0.0.1:8123")
-HistoryDays int
Number of days' history to return in queries (default 7)
-VerboseLog
Verbose logging
2017-02-04 1.0.1
gvt
for dependency management2016-05-01 1.0.0