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
- Host: GitHub
- URL: https://github.com/horgh/rss
- Owner: horgh
- License: gpl-3.0
- Created: 2017-01-18T22:36:57.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-13T01:53:05.000Z (about 5 years ago)
- Last Synced: 2025-01-24T22:34:54.853Z (5 months ago)
- Language: Go
- Size: 44.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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.