| Crates.io | agro |
| lib.rs | agro |
| version | 0.1.1 |
| created_at | 2023-04-20 04:23:18.58522+00 |
| updated_at | 2023-04-20 04:59:00.243535+00 |
| description | A very simple feed aggregator. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 844106 |
| size | 59,919 |
Agro is a very simple feed aggregator. It generates a static HTML document at the chosen time interval.
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