rss

RSS library

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version Unknown
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-07-21 05:23

Installation

nimble install rss
choosenim install rss
git clone https://github.com/achesak/nim-rss

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
rss - - - - - - -

Source

Repository https://github.com/achesak/nim-rss
Homepage https://github.com/achesak/nim-rss
Registry Source nimble_official

README

About

nim-rss is a Nim module for working with RSS.

Installation

Add the following to your {project}.nimble file:

requires "rss >= 1.1"

Usage

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

License

nim-rss is released under the MIT Open Source License.