this post was submitted on 11 Feb 2025
101 points (99.0% liked)

Selfhosted

42055 readers
506 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

Upvote RSS is a self-hosted project I've been working on that generates RSS feeds from social aggregation websites like Lemmy, Reddit, and Hacker News. You can subscribe to Lemmy communities, subreddits, and Hacker News while filtering to only the top posts. It will embed Reddit post media (videos, images, galleries), and you can optionally include parsed article content, AI-generated summaries, top comments, and more. Here are some of the features:

  • Supports Lemmy communities, subreddits, Hacker News, and more to come
  • Configurable filtering to dial in the right number of posts per day in your feed reader
  • Embedded post media: videos, galleries, images
  • Parsers to extract clean content and add featured images
  • AI article summaries
  • Estimated reading time, score, and permalinks to the original post
  • Top comments
  • NSFW filtering/blurring (Reddit only for now)
  • Custom Reddit domain
  • Light/dark mode for feed previews

Here's the GitHub link if you'd like to give it a spin:

https://github.com/johnwarne/upvote-rss

And the preview website (not all options are available here):

https://www.upvote-rss.com/

all 5 comments
sorted by: hot top controversial new old
[–] johnny5w@lemmy.world 1 points 1 hour ago

Each of the platforms supported by this project exposes their own RSS feeds. Which is great!

My main motivation for creating this is that I prefer to interact with social aggregation websites in a low-volume way, so I let Upvote RSS surface only the most popular posts for those communities in my RSS reader of choice. I usually use the averagePostsPerDay filter so I can expect a certain amount of posts in my feeds per day; for popular communities that have hundreds of posts per day (news or whatever) I'll set it to something like 3 so that I see only the top 3 most upvoted posts per day.

On top of the score filtering, this project includes much more in the RSS than comes by default from these platforms:

  • Embedded post media: videos, galleries, images
  • Parsers to extract and embed article content and add featured images when the link is to a webpage
  • AI article summaries based on the parsed webpage content
  • Estimated reading time, score, and permalinks to the original post
  • Top comments (this is one of the features I find most useful)
[–] neuracnu@lemmy.blahaj.zone 38 points 11 hours ago (3 children)

Lemmy supports community RSS feeds natively; no need for a third party service to do it for you.

Here's the RSS feed for the Selfhosted@lemmy.world community: https://lemmy.world/feeds/c/selfhosted.xml

[–] xodoh74984@lemmy.world 11 points 7 hours ago

Reddit natively supports RSS feeds as well. The major feature here is comment support IMO.

[–] Sparkega@sh.itjust.works 7 points 9 hours ago

I recently learned this as well. Thanks, Fediverse!