nim-rss is a Nim module for working with RSS.
Add the following to your {project}.nimble
file:
requires "rss >= 1.1"
getRSS(url: string): RSS
fetch and parse an RSS feed from a URL
loadRSS(filename: string): RSS
read and parse a local RSS file
parseRSS(data: string): RSS
parse RSS directly from a string
nim-rss is released under the MIT Open Source License.