MonitoRSS VS hnrss

Compare MonitoRSS vs hnrss and see what are their differences.

MonitoRSS

MonitoRSS RSS bot (formerly known as Discord.RSS) with customizable feeds. https://monitorss.xyz (by synzen)

hnrss

Custom, realtime RSS feeds for Hacker News (by hnrss)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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.
www.influxdata.com
featured
MonitoRSS hnrss
20 68
1,025 489
- 0.6%
9.8 3.5
3 days ago 3 months ago
TypeScript Go
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

MonitoRSS

Posts with mentions or reviews of MonitoRSS. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-11.
  • RSS is still pretty great
    5 projects | news.ycombinator.com | 11 Feb 2024
    I love RSS. I take a bit of an unconventional approach and use Discord as my RSS reader. I run a self hosted instance of MonitoRSS (https://github.com/synzen/MonitoRSS). I have a server with just me and my bot instance and I tend to group my feeds into categories and channels (effectively creating a tab system per subscription or group of subscriptions). I have Discord installed on my laptop, phone, and desktop so this means that I can easily look at all my subscribed feeds wherever it's convenient for me. When I'm not set to "do not disturb", I even get push notifications on my devices when content is posted to feeds that go to channels I haven't muted. I think the only real downside of the setup is some days I am very busy and don't check the server that often, so I'll come back to a large backlog of things to read and I'll end up missing or under-appreciating some gems.
  • Are there any free bots that can ping me when a reddit post is made on a specific subreddit?
    1 project | /r/Discord_Bots | 15 Apr 2023
    i have been using monitoRSS and its done well tbh
  • Question about discord bot and feed
    1 project | /r/discordapp | 15 Apr 2023
    That bot is used in nearly 70 thousand servers, and is open source. You can probably trust it, the things its asking for (identify and guilds) are quite common with bot dashboards, so I wouldn't be too worried about it.
  • A Bot That Posts RSS Feeds To Threads?
    1 project | /r/Discord_Bots | 6 Apr 2023
    I remember the dev said that he had plans to implement that feature with this RSS bot but he doesn't have an ETA. At least according to a reply he made two months ago in that discord support channel. Otherwise it's a very fine RSS bot.
  • Looking to find if a bot already exists. Want a bot for a new server to automatically post news articles if that's possible.
    1 project | /r/discordapp | 18 Jan 2023
    As long as the site supports RSS, you can use this bot called MonitoRSS. If for some reason, you'd like to try a different bot, I recommend top.gg for browsing for more options.
  • Most used selfhosted services in 2022?
    103 projects | /r/selfhosted | 27 Dec 2022
    Monitor-RSS with rss-bridge Monitor-RSS allows me to filter RSS feeds obtained from rss-bridge with keywords and let's me embed them to discord. I mainly use xpath on rss-bridge to scrape sports news (fantasy football injuries) and add those feeds to Monitor-RSS that allows to filter them by player names or anything specific I am interested in. Sending those filtered feeds to Discord results in easy reading and manage them via discord tag or channel notifications. This way I get notified for stuff I am interested in and ignore anything not relevant šŸ˜Ž
  • Github webhook for new third party releases in Discord
    2 projects | /r/Discord_Bots | 21 Oct 2022
    And by using a bot like MonitoRSS you can get all updates within your discord server directly.
  • How I ported my discord rss bot to koyeb
    1 project | dev.to | 2 Sep 2022
    Overall porting content from heroku can be done with koyeb or other listed alternatives. ## References * https://github.com/synzen/MonitoRSS * https://blog.heroku.com/next-chapter
  • Side project to send RSS to Discord!
    1 project | /r/rss | 12 Jul 2022
    How does this compare to MonitoRSS?
  • what is your preferred notification platform?
    6 projects | /r/selfhosted | 31 Mar 2022
    I set up my own RSS feeds for a couple of things and use MonitoRSS to get feeds into channels.

hnrss

Posts with mentions or reviews of hnrss. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-01.
  • Ask HN: Have you reduced technical knowledge contributions?
    1 project | news.ycombinator.com | 24 Mar 2024
    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.

  • Ask HN: How can I get rid of addiction to HN?
    1 project | news.ycombinator.com | 17 Mar 2024
    Subscribe via rss, so you can scratch the curiosity itch and each the FOMO, without coming to the site all the time and looking over the same things 20 times?

    https://hnrss.github.io/

  • Show HN: Hacker News Outliers
    1 project | news.ycombinator.com | 18 Feb 2024
  • Ask HN: Is There an HN Reader and Filter?
    1 project | news.ycombinator.com | 15 Jan 2024
    https://news.ycombinator.com/item?id=9491978

    and this https://hnrss.github.io/

    ps iā€™m ok with some % of false positives, but hopefully a sprinkle of OpenAI could keep that magically low?

    thanks

  • Orange Site Hit
    4 projects | news.ycombinator.com | 1 Jan 2024
  • RSS can be used to distribute all sorts of information
    9 projects | news.ycombinator.com | 20 Nov 2023
    It sounds interesting but I use https://hnrss.github.io/

    Unless it had most of the features of hnrss.org I would not be able to use it.

    Perhaps you could pivot your approach and submit a PR to hnrss for the feature?

  • Ask HN: Who is hiring? (October 2023)
    9 projects | news.ycombinator.com | 2 Oct 2023
  • Tell HN: There is a new highlights page on HN
    1 project | news.ycombinator.com | 25 Sep 2023
    Looks like there's an unmerged PR on the third-party hnrss project that would add this: https://github.com/hnrss/hnrss/pull/84
  • Why your blog still needs RSS
    9 projects | news.ycombinator.com | 19 Aug 2023
    Check out below link to get a more customized, topic wise rss feeds.

    https://hnrss.github.io/

  • Ask HN: Is there a way to ā€œfilterā€ the posts on HN
    1 project | news.ycombinator.com | 25 Jul 2023

What are some alternatives?

When comparing MonitoRSS and hnrss you can also consider the following projects:

nitter - Alternative Twitter front-end

rss-proxy - RSS-proxy allows you to do create an RSS or ATOM feed of almost any website, just by analyzing just the static HTML structure.

Tiny-Tiny-RSS - A PHP and Ajax feed reader

newsboat - An RSS/Atom feed reader for text terminals

spotifeed - A simple service to serve up Spotify podcasts as RSS feeds for use in any podcast app.

hackernews-TUI - A Terminal UI to browse Hacker News

QTweet - A qt Discord bot who cross-posts from Twitter to Discord

fraidycat - Follow blogs, wikis, YouTube channels, as well as accounts on Twitter, Instagram, etc. from a single page.

discord.js - A powerful JavaScript library for interacting with the Discord API

ALL-about-RSS - A list of RSS related stuff: tools, services, communities and tutorials, etc.

feeder - Parse RSS and Atom feeds

Hacker News API - Documentation and Samples for the Official HN API