An open API service indexing awesome lists of open source software.

https://github.com/horgh/rss

Go package for reading/writing RSS/RDF/Atom feeds
https://github.com/horgh/rss

Last synced: 3 months ago
JSON representation

Go package for reading/writing RSS/RDF/Atom feeds

Awesome Lists containing this project

README

        

This package provides basic support for RSS/RDF/Atom feeds. Specifically it
provides functions for parsing XML as one of these formats, and for writing out
feeds as RSS 2.0.

I use it in an RSS reader, [gorse](https://github.com/horgh/gorse).

It is basic and not overly strict. My use case is to get the minimum amount
of information about items in feeds, such as titles, URLs, and
descriptions.