Simple RSS/Atom-Feed parser based on this awesome go library.
The image is designed to scale. You can run on localy by any container runtime
e.g.: podman run -p 8080:8080 quay.io/elastifeed/es-rss:latest
Currently there is only the
/parseendpoint present.
{
"url": "{{ rss_feed_url }}",
"from_time": "{{ last_scrape_time }}"
}[
{
"title": "Some Title",
"description": "This is some article about bla...",
"url": "Original article URL"
},
{
"...": "..."
}
]