agro 0.1.1

A very simple feed aggregator.
agro-0.1.1 is not a library.

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