agro

Crates.ioagro
lib.rsagro
version0.1.1
sourcesrc
created_at2023-04-20 04:23:18.58522
updated_at2023-04-20 04:59:00.243535
descriptionA very simple feed aggregator.
homepage
repository
max_upload_size
id844106
size59,919
(moh-ink)

documentation

README

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
Commit count: 0

cargo fmt