TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Discorss – RSS Feeds for Discord

10 pointsby wyxuan22 days ago
I made my own Discord bot for managing RSS feeds, called Discorss.<p>Discorss is open source, has AI summarization, automatic paywall skips, and can be entirely managed with slash commands. Best of all – self hosting is very cheap and trivial with Railway, so you can add your own customizations to how the RSS bot works.<p>I&#x27;ve been using a personal Discord server as my RSS hub – it&#x27;s convenient and I can setup different channels for different newsfeeds (i.e. an HN channel for the frontpage).<p>I was using <a href="https:&#x2F;&#x2F;monitorss.xyz" rel="nofollow">https:&#x2F;&#x2F;monitorss.xyz</a> – but it&#x27;s barely had any changes, and needing to manage the external UI has been annoying.<p>Website: <a href="https:&#x2F;&#x2F;discorss.fldr.zip&#x2F;" rel="nofollow">https:&#x2F;&#x2F;discorss.fldr.zip&#x2F;</a> Github: <a href="https:&#x2F;&#x2F;github.com&#x2F;mergd&#x2F;discorss">https:&#x2F;&#x2F;github.com&#x2F;mergd&#x2F;discorss</a>

3 comments

hofrogs21 days ago
I wish it would be the other way around, RSS feeds -from- the walled garden of discord guilds (&quot;servers&quot;). I don&#x27;t want to make a discord account and join 1000 different guilds just to see updates on some game or software project.
评论 #43830411 未加载
wiether21 days ago
&gt; Best of all – self hosting is very cheap and trivial with Railway<p>&gt; Get a postgres compatible db url and put in for the DATABASE_URL. You can use an external provider like Neon<p>I feel old.<p>Depending and needing to learn two external services to deploy what should have a been a simple `docker-compose.yml` on localhost or on a VM seems cumbersome to say the least.
barotalomey21 days ago
Oh... I got too excited by the headline.<p>Thing is, I have a RSS reader already. It&#x27;s free and open source, isn&#x27;t updated 8 times a week, works without access to your microphone and it would never try to sell me Nitro.<p>What I want (and what I thought this was), is to be able to convert certain discord channels into rss feeds.<p>To OP: If you want a self hosted feature complete rss aggregator, I recommend you try <a href="https:&#x2F;&#x2F;www.freshrss.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.freshrss.org&#x2F;</a>