C RSS

Open-source C projects categorized as RSS

Top 3 C RSS Projects

  • rdrview

    Firefox Reader View as a command line tool

  • Project mention: Mozilla: Readability.js | news.ycombinator.com | 2024-02-25

    See also the C port here: https://github.com/eafer/rdrview/

    It works well with text-mode browsers like w3m.

  • liferea

    Liferea (Linux Feed Reader), a news reader for GTK/GNOME

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • castget

    A simple, command-line based RSS enclosure downloader, primarily intended for automatic, unattended downloading of podcasts.

  • Project mention: Ask HN: Why is it so hard to download podcasts? | news.ycombinator.com | 2024-02-13

    Many people have given their "why," but I'll give another "how".

    castget¹ is a simple tool that does exactly what you want, just add a feed URL and it pulls all the episodes. It has a nice catchup mode so you can add feeds that you've listened to elsewhere without pulling all the old episodes too. hpodder² is another tool I've used in the past, but I can't remember why I switched.

    Depending on how much you like cobbling together your own solution html-xml-utils³ makes it incredibly easy to script a solution. For example, "curl feed | hxselect -c -s '\n' 'enclosure::attr(url)'" would list just the URLs. feedparser⁴ is a battle tested solution for processing feeds if you'd prefer a proper solution over a hacky shell script.

    ¹ https://castget.johndal.com/

    ² https://github.com/jgoerzen/hpodder/

    ³ https://www.w3.org/Tools/HTML-XML-utils/

    ⁴ https://github.com/kurtmckee/feedparser

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

C RSS related posts

Index

What are some of the best open-source RSS projects in C? This list will help you:

Project Stars
1 rdrview 828
2 liferea 796
3 castget 95

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com