Skip to content

📰 A c# RSS feed parser, available as a NuGet-package

Notifications You must be signed in to change notification settings

mhtsbt/RssFeedParser

Repository files navigation

RssFeedParser

Build Status NuGet

Easy to use c# RSS-feed-parser. Just pass in an Url and you will get an object of the feed. Supports an ever increasing list of feed types.

Example usage

var rssFeedParser = new FeedParser();
RssFeed feed = rssFeedParser.ParseFeed("https://matthias.tech/rss");

About

📰 A c# RSS feed parser, available as a NuGet-package

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published