Go RSS

Open-source Go projects categorized as RSS

Top 23 Go RSS Projects

  • Miniflux

    Minimalist and opinionated feed reader

  • Project mention: Show HN: OpenOrb, a curated search engine for Atom and RSS feeds | news.ycombinator.com | 2024-04-22

    https://github.com/miniflux/v2 in case anyone else was also wondering

  • gofeed

    Parse RSS, Atom and JSON feeds in Go

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • hnrss

    Custom, realtime RSS feeds for Hacker News

  • Project mention: Ask HN: Have you reduced technical knowledge contributions? | news.ycombinator.com | 2024-03-24

    That’s interesting.

    I have predictive models that can predict if a headline (w/o the rest of the article and not considering the URL) will (a) get more than 10 votes and (b) if it does get more than 10 votes will the votes/comments ratio be more than 2 (which is roughly average)

    The first model gets a ROC-AUC (see https://scikit-learn.org/stable/modules/generated/sklearn.me...) in the low 60’s (not good, the second model gets in the low 70’s (actually pretty good though it is a heat seeking missile for clickbait headlines) and my latest content-based recommender for RSS items gets almost 80. (I saw a paper that one system at TikTok gets about 85)

    To do all that you need about 10,000 headlines and don’t get a lot of benefit from having more than 100,000. The ceilings on performance have more to do with the nature of the problem rather than my models: the same article can get submitted twice and get 0 votes one time and 200 the other time so it can never be as accurate as “is this an article about galactic astronomy?”

    I had it ingest the HN comments firehose and found the amount of articles was overwhelming, my YOShInOn RSS reader now ingests the “best comments” from

    https://hnrss.github.io/

    together with 110 other feeds and actually I like the comments it picks out a lot. Now that the system is adding about 3000 items per day it might be able to handle a big feed like the comments firehose since now those comments are diluted with so many quality articles. For a problem like that you might want a two-score system with: (i) is it relevant? (something I like) and (ii) is it popular? (like Google’s PageRank)

    I think you could make a model that compares comments in the best comments feed with other comments. I have tried formulating the problems above as regression problems where I try to predict the actual score and it does not work well because of the uncertainty problem but formulated as a classification problem for a score over a threshold it is easy to make a well-calibrated model that tells you “this article has a 20% chance of frontpaging” which is about the best anyone can do.

  • gorss

    Go Terminal Feed Reader

  • Project mention: Ask HN: Most interesting tech you built for just yourself? | news.ycombinator.com | 2023-04-27

    Nice approach! I added a very basic keyword filter in my rss reader (https://github.com/lallassu/gorss) to do some sort of "cleaning". But having a section in the reader that would filter out the articles more intelligent would be very nice, and maybe bundled them into clusters.

  • matcha

    Daily Digest Reader (by piqoni)

  • Project mention: Show HN: HackYourNews – AI summaries of the top HN stories | news.ycombinator.com | 2023-09-08

    Similarly, there’s also https://github.com/piqoni/matcha tool which can do this for any feed and locally.

  • bearclaw

    tiny static site generator w/ rss

  • goread

    Beautiful program to read your RSS/Atom feeds right in the terminal! (by TypicalAM)

  • 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
  • Feedpushr

    A simple feed aggregator daemon with sugar on top.

  • journalist

    Journalist. An RSS aggregator.

  • nom

    RSS reader for the terminal (by guyfedwards)

  • reddit-rss

    improved rss feed for reddit

  • Project mention: Shutting down reddit rss 😭 | /r/rss | 2023-05-31

    With the paid reddit api coming I'll be shutting down the community reddit rss feeds by the end of June. Because of how these rate limits work, I'd recommend self hosting if you want to continue to use it. https://github.com/trashhalo/reddit-rss

  • ydls

    youtube-dl HTTP download and transcode service

  • rssnix

    Unix-style filesystem-based RSS/Atom/JSON Feed fetcher/reader

  • Goeland

    An alternative to rss2email written in golang with many filters

  • rss2email

    Convert RSS feeds to emails (by skx)

  • Project mention: Show HN: A Reliable Rss2email Application | news.ycombinator.com | 2024-02-02
  • blog-generator

    static blog generator for my blog at https://zupzup.org/

  • Project mention: Writing a SSG in Go | dev.to | 2024-01-26

    zupzup/blog-generator

  • seekerr

    Tool to add new movies to Radarr based on RSS, IMDB and Trakt lists filtering by ratings.

  • tinyfeed

    Generate a static HTML page from a collection of feeds. (by TheBigRoomXXL)

  • Project mention: FLaNK Stack for 25 September 2023 | dev.to | 2023-09-25
  • notion-rss

    Get RSS feeds in notion.so

  • gosquito

    gosquito ("go" + "mosquito") is a pluggable tool for data gathering, data processing and data transmitting to various destinations.

  • walrss

    [mirror] Email-based RSS digest generator

  • feedpls

    Generate RSS feeds from websites

  • rssc

    rssc provides a real-time, self-hostable regex-oriented customization service for atom, rss and json feeds.

  • Project mention: More personalized rss/atom/json feeds with elfeed and rssc | /r/emacs | 2023-08-25

    i recently built a self-hostable piece of software that takes an rss/atom feed as a parameter with some regex expression to filter titles, descriptions, content and authors. You can check it out here: https://rssc.fly.dev/. (git) (following describes how to use it with emacs elfeed but it’s client-agnostic).

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
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).

Go RSS related posts

Index

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

Project Stars
1 Miniflux 6,228
2 gofeed 2,446
3 hnrss 488
4 gorss 427
5 matcha 383
6 bearclaw 375
7 goread 349
8 Feedpushr 322
9 journalist 286
10 nom 276
11 reddit-rss 202
12 ydls 177
13 rssnix 169
14 Goeland 160
15 rss2email 104
16 blog-generator 85
17 seekerr 61
18 tinyfeed 47
19 notion-rss 44
20 gosquito 27
21 walrss 16
22 feedpls 11
23 rssc 11

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