#feed #cli #rss #atom

app agro

A very simple feed aggregator

2 releases

0.1.1 Apr 20, 2023
0.1.0 Apr 20, 2023

#43 in #atom

MIT license

17KB
132 lines

AGRO

Agro is a very simple feed aggregator. It generates a static HTML document at the chosen time interval.

Example Config

name = "Magic Salmon Super Private Feed Aggregator Box"

feeds = [
    "https://example.com/feed",
    "https://blog.net/rss",
]

# OPTIONAL: there's a default template.
template = "tera.html"

# OPTIONAL: outputs to `out.html` by default.
output = "index.html"

# OPTIONAL: runs every hour by default.
interval = 30 # minutes

Dependencies

~17–32MB
~558K SLoC