A Common Lisp library providing an easy-to-use API for fetching RSS and Atom feeds, iterating over items, and accessing various fields.
rssparser.lisp is an open-source Common Lisp library for parsing RSS and Atom feeds. It provides a simple API for fetching and parsing feed data.
Some key features of rssparser.lisp:
To use rssparser.lisp, first create a feed object from a URL. Then iterate through items to access properties like title, description, etc. It has a straightforward, easy-to-use interface for most common tasks.
rssparser.lisp makes it easy to consume syndicated content in Common Lisp applications. It's a lightweight but full-featured library for processing feeds.
Here are some alternatives to Rssparser.lisp:
Suggest an alternative ❐