go-feedparser

Simple RSS and ATOM feed parser

git clone https://git.8pit.net/go-feedparser.git

commits

2015-08-06 Fix package name in doc.go Sören Tempel
2015-07-15 Correct typo in doc.go Sören Tempel
2015-06-17 Add doc.go containing a simple usage example Sören Tempel
2015-05-08 Parse hour as int Sören Tempel
2015-05-07 Tiny grammar fix Sören Tempel

Clone the repository to access all 88 commits.

go-feedparser - Simple RSS and ATOM feed parser.

To install, run
	go get -u github.com/nmeum/go-feedparser

This is a simple feed parser. Currently it supports RSS2 and ATOM web
feeds. It uses "golang.org/x/text/encoding" and thus supports non-UTF8
encoded feeds. The code was originally imported from cpod
<https://github.com/nmeum/cpod> and is licensed under GNU GPLv3 (or
later).

Documentation is missing at the moment and the tests are not completed yet.