libmrss

C library for parsing and handling RSS feeds and streams

brewmacoslinux
Try with needOr install directly
Source

About

C library for RSS files or streams

Commands

libmrss

Examples

Parse an RSS feed from a URL and extract channel information$ mrss_fetch_rss_from_url 'http://example.com/feed.xml'
Parse a local RSS file and list all items with titles$ mrss_parse_file '/path/to/feed.rss'
Handle RSS stream data for real-time feed processing$ mrss_parse_stream < feed.rss