Skip to content

nmeum/go-feedparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple RSS and ATOM feed parser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages