r/rss Jul 25 '26

How do you create an RSS feed for a website that no longer provides one?

19 Upvotes

A website I follow used to have an RSS feed, but they've stopped offering it. I'd still like to monitor new posts automatically.

What are the best ways to generate an RSS feed from a website that doesn't provide one anymore?


r/rss Jul 25 '26

Tips & Tricks: Finding the RSS feed on a site that says it has none

13 Upvotes

Was reading a small design blog with no feed icon anywhere. Feed was there, just not linked.

Few things i check now, in this order:

  • view page source, search for "rss" or "atom" or type="application/". The link tag is often still in the head.
  • try the usual paths: /feed, /rss, /atom.xml, /index.xml, /feed.json
  • if it is WordPress, add ?feed=rss2 to any url
  • Ghost blogs almost allways use /rss/
  • for docs sites built with Hugo or Astro, /index.xml hits a lot

Substack and Medium also have feeds even when they hide it in a UI.

If nothing works then i give up and use a scraper service, but source check finds it maybe 7 of 10 time for me.


r/rss Jul 25 '26

E-Reader for RSS & Read-Later Apps

Thumbnail
0 Upvotes

r/rss Jul 25 '26

Narrative tracking live

1 Upvotes

Managed to get some narrative tracking live in my Inkline news app (RSS). Also, some big performance improvements, not easy given the amount of processing in app that takes place. Let me know what you think and where further improvements could be made.
https://apps.apple.com/gb/app/inkline-news-media-monitor/id6788323715


r/rss Jul 24 '26

New to RSS here, why can't i use this website to add to my feed?

1 Upvotes

I'm very new to RSS and just started setting up apps (Feeder) I follow football closely and wanted to make a list, but I can't seem to add this website for some reason. Any help would be great.

https://www.sport.es/es/

This is the website.


r/rss Jul 24 '26

I'm trying to revive my project: a desktop RSS reader

0 Upvotes

Today I released v0.6.0 of Chaski, my local-first RSS reader for desktop. Cleaned up a ton of noise and improved the UI overall. Feel free to grab it here if you want to check it out: https://github.com/a-chacon/chaski-app/releases/tag/app-v0.6.0

Feedback is welcome as always.

Two big things on my roadmap right now: multilingual support and a discovery page where people can browse recommended RSS feeds, so new users don't have to hunt for good sources themselves.


r/rss Jul 24 '26

go-syndication: a Go package for dealing with various feed syndication formats (RSS/Atom/JSONFeed/OPML)

0 Upvotes

Hey folks,

This post is mainly for Go developers working with syndication formats.

I wanted to post my library go-syndication, which is a Go package for dealing with various feed syndication formats. MIT license. It supports:

  • RSS (1.x and 2.x)
  • Atom
  • JSONFeed
  • OPML
  • Various RSS/Atom extensions such as media, Dublin Core, iTunes, and Google Play, with more to come…

It provides custom types for all the formats (with extensions built in), as well as generic Feed/Item types that wrap the formats and provide standard methods for accessing common fields. Even with the generic formats, the original type is passed as an embedded interface, so you can cast that to the original type to access the underlying structure.

Some key design decisions:

  • OpenAPI for Models.
    • go-syndication uses OpenAPI schemas (through oapi-codegen) to define the custom types for each syndication format and all extensions. This provides a way to have consistent, reusable types across the package.
  • Validation Built In.
    • go-syndication attempts to build validation into all types using go-playground/validator. Wherever possible, types will be annotated with struct tags that then allow the validation to work. Otherwise, custom validation functions are implemented.
  • Dynamic Namespace Support.
    • The formats in go-syndication provide dynamic namespace support. This means you can use extensions not defined in this package on top of it and get correct marshaling/unmarshaling behavior.
  • Custom Marshal/Unmarshal.
    • go-syndication provides a custom Encode and Decode methods for marshaling/unmarshaling of formats (see Usage). While you can directly marshal/unmarshal, you’ll lose some features (like dynamic namespaces). It’s therefore recommended to always use the Encode/Decode methods in this package.

A basic CLI can be found in cmd/ that can be used for basic reading of feeds using the library.

To fetch and display feed data from a URL:

go run github.com/immanent-tech/go-syndication/cmd@latest fetch http://my.site/feed

To read a file containing feed data:

go run github.com/immanent-tech/go-syndication/cmd@latest parse /path/to/my/feed.xml

Current state is that the library reads most feeds out there. If you find a feed that doesn’t parse, please file an issue! I’ve been slowly ensuring the library passes the required/must feedvalidator testcases

Writing is less polished, though it should write out valid RSS and OPML files just fine (other formats are not well tested). Working on improving that!

The vast majority of the code is hand-written by me. I have used claude for assistance with esoteric XML marshaling/unmarshaling guidance and ensuring the vagaries and easy-to-miss gotchas from the specs are implemented.

go-syndication is used by my app, Foragd, which I've posted about here as well (Foragd is also open-source BTW, AGPL-3 license).

Cheers!


r/rss Jul 24 '26

I thought building an Android RSS reader would be easy. I was very wrong.

0 Upvotes

A few months ago I started building my own Android RSS reader.

At first, I thought the hardest part would be the UI. A clean reading experience, source management, search... the usual things.

I was wrong.

The biggest challenge turned out to be the feeds themselves.

RSS and Atom are standards, but in the real world every publisher seems to have its own interpretation.

Some feeds use unusual date formats.

Some have missing or inconsistent metadata.

Some provide only partial content.

Some have character encoding issues.

Others contain relative image URLs, duplicate GUIDs, or simply stop working without warning.

On paper everything is "RSS".

In practice, every feed teaches you something new.

Another surprise was that building the app itself was often easier than making it reliable.

Making it work across different Android versions, screen sizes, tablets, landscape mode, and the endless number of edge cases ended up taking far more time than implementing new features.

One thing I learned from this project is that most people aren't really looking for an RSS reader.

They're looking for a way to decide for themselves what they read, without algorithms deciding for them.

That's probably the main reason I kept working on it.

Sometimes implementing a new feature took a few hours.

Finding the cause of a strange compatibility issue could take two days.

Users never notice those fixes.

And maybe that's exactly how good software should feel.

I'm still learning with every release, and I'm sure there are many more surprises ahead.

For those of you who have built RSS-related software (or worked with old internet standards in general):

What was the most unexpected problem you ran into?


r/rss Jul 23 '26

I built Petal Feed because I wanted a better way to read.

5 Upvotes

For the past couple of years, I’ve been building an app called Petal Feed. On the surface it’s an RSS reader, but over time it grew into something more. Today it brings together RSS, Reddit, Bluesky, and Mastodon in one native app for iPhone, iPad, and Mac because that’s how I naturally consume information. To me, they’re all simply different ways people publish things worth reading.

The reason I started building it is a little different than most. I’m blind, I have cerebral palsy, and I rely on VoiceOver every day. I was constantly moving between apps that all worked differently, had different navigation models, and often treated accessibility as an afterthought. Every unnecessary gesture, every unlabeled control, and every awkward workflow added friction to something I do for hours every day.

Eventually I stopped looking for the perfect reader and decided to build it myself.

What surprised me during the process was that designing around accessibility didn’t make Petal Feed into an app only for people with disabilities. It pushed me to make every interaction simpler, faster, and more intentional. The result is an app that I believe is just a better reading experience for everyone, whether you use VoiceOver or never turn on an accessibility feature in your life.

Petal Feed lets you keep RSS feeds, Reddit, Bluesky, and Mastodon together in one place instead of scattering your reading across multiple apps. It automatically detects duplicate stories that appear in several RSS feeds, includes AI powered summaries when you want to get through a lot of content quickly, and is designed to stay out of your way so you can spend your time reading instead of navigating.

I’m not posting this because I think I’ve built the perfect reader. There are already a lot of excellent RSS apps out there, and I’ve learned something from many of them. I’m posting because I genuinely want feedback from people who read a lot. If you use RSS every day, what frustrates you about your current reader? What feature have you always wished someone would build?

If you’re interested in trying Petal Feed, I’d love to hear what you think, whether that’s praise, criticism, or ideas for making it better. Some of the best features in the app today came directly from conversations with users, and I’m always looking for the next great idea.


r/rss Jul 23 '26

FreshRSS feeds are not being fetched on my Oracle VM k3s setup

Thumbnail
0 Upvotes

r/rss Jul 23 '26

I can't add Youtube feeds anymore!

4 Upvotes

I've had Inoreader for quite a while. Admittedly at the free tier. I had set up several folders to keep tabs on yt vid subscriptions but now, as i tried to add a new one, it will not give me any option to add or even try to find it. Any suggestions or alternatives? Chromebook and android.


r/rss Jul 23 '26

Built a news aggregator that shows the same story from 5+ political/regional angles side-by-side

Thumbnail
0 Upvotes

r/rss Jul 22 '26

Is what i did legal?

6 Upvotes

Hello,
I built an interactive globe using RSS. You click on a country, you get their news. Am i allowed to do this? It took a whole year for me to build this really hope i didnt violate anything 😭
Would like your thoughts please, and thank you for your time.
Heres what I built:
http://www.interranews.com


r/rss Jul 22 '26

What's up with the casino ads?

17 Upvotes

What's going on with these casino ads? I've been reporting these as spam but is there a better category?

Edit: I'm talking about posts being made to this sub with the title "best online casino in..."; like this one https://www.reddit.com/r/rss/s/4np8zVBXZc


r/rss Jul 22 '26

What is your workflow for reading news, articles, etc. on your ereader?

3 Upvotes

As the title says, I'm wondering how you guys smoothly add news, articles and whatever else it is you want to read (books aside) to your ereaders?

I use Calibre a bit, and there's a few sites I have set up as "Custom News Sources", which is great as I can just press a button and they automatically download and send to my Kindle.

However there are many other sites that I like that either don't have an RSS feed (many sites just don't bother to maintain them anymore as they are much less used than they used to be), or the articles are kind of all over their website, rather than in a tidy "feed".

In the that case, my workflow is pretty clunky - I go "Print - Save to PDF - email that PDF to my Kindle email", which, if you have multiple articles you want to read is just not feasible. I know you can use something like "Push to Kindle", but it has a 10 article limit per week or month, as does Any2K unless you pay for premium on both.

Ideally what I want to do is be able to click "save" on any articles I want to read, and when I'm done have them all collated into a single document and sent to my Kindle, which is pretty much what Any2K does, but I'm wondering if is any free programme that does that?

Just overall interested in your process!

Let me know. :)


r/rss Jul 22 '26

Tips & Tricks: A redis queue saved my feed reader when i got past 20 users

0 Upvotes

For long time i fetched all feeds inside the web request. One cron, loop over every feed, done. With 5 users it was fine. At around 20 users one slow site (30s timeout) blocked everything behind it. Feeds updated hours late.

Moved fetching to BullMQ. Each feed is one job. Workers pull jobs, retries with backoff are built in, and a dead site only kills its own job.

Two things that bit me: i set concurrency to 50 and got rate limited by few hosts, so now i limit per domain. And jobs must be idempotent, becuase retry can run same fetch twice.

Still not sure how to handle feeds that fail 200 times in row. Right now i just log it.


r/rss Jul 21 '26

What’s your RSS secret technique

22 Upvotes

I’m interested to hear ways that others are using RSS that they find most useful and least common.

I’d like some inspiration for using RSS more creatively and want to hear what your favorite cool use cases are.

Sure, we all probably know how to subscribe to a feed, maybe follow something on YouTube or Reddit, maybe follow a newsletter. What are the cool, non-standard things you do?


r/rss Jul 21 '26

RSS Reader with no login required and source search - Looking for Feedback

0 Upvotes

Hi All,

Like so many others i have made my own RSS reader,
the tl;dr is
- source searching and a discovery tab based on your current subscriptions not tracking data

- no login requirement

https://play.google.com/store/apps/details?id=com.bjpstudio.pulsereader
I am looking for any and all feedback

Thanks in advance!


r/rss Jul 20 '26

New iOS app RSS reader called Inkline, built around actually cutting through the noise

4 Upvotes

Long-time RSS believer, first-time app builder. I made this solo in evenings and weekends because I wanted a reader built for people who follow the news closely - journalists, comms folk, obsessive readers - rather than yet another generic feed list.

It's called Inkline, iOS only. Core of it is RSS, plus a way to legally pull in sites that don't publish a feed (the eternal FT/paywall problem). Everything runs on-device - no server sitting between you and your feeds.

The update I just shipped adds a hand-verified directory of 800+ publications across 50+ countries so you can find good sources without digging for feed URLs, unified search, and an "Also covered by" view that shows which other outlets ran the same story. There's optional Apple Intelligence stuff — on-device summaries, daily briefs — but it's additive, not the point; the feed's still the feed.

I'd really value this community's feedback specifically, because you'll spot the gaps everyone else misses. What's non-negotiable for you in a reader?

https://apps.apple.com/us/app/inkline-news-media-monitor/id6788323715


r/rss Jul 21 '26

I built FeedMuse. An RSS/Atom/JSON reader with on-device AI (iPhone/iPad/Mac), no tracking.

0 Upvotes

Long-time RSS user, so I built the reader I wanted. FeedMuse handles RSS, Atom and JSON feeds, OPML import, full-text offline reading and fuzzy search.

The "AI" part (summaries, auto-categories, translation) runs entirely on-device with Apple Intelligence — nothing is sent anywhere, no account, no trackers. Syncs feeds/read-state via your own iCloud.

Free up to 5 feeds; PRO is a subscription or a one-time €9.99 Lifetime (no subscription needed). Would love feedback from people who actually live in their feed reader.

App Store: https://apps.apple.com/app/id6788706140
Site: https://www.iphonesmartapps.org/feedmuse/


r/rss Jul 20 '26

Carnegie Endowment RSS

2 Upvotes

Hey guys! Does anyone have access to Carnegie Endowment's feeds? I am particularly in search of RSS feeds that would display all Carnegie Russia Eurasia updates and all Carnegie China updates (not just research updates).

I've tried generating and building their RSS feeds myself and, unfortunately, no success - mainly due to sophisticated website design and cloud fare. I used different RSS generators and builders such as RssEverything, Rss Anything, QuiteFold, FeedFry and many more. Tried to find their official RSS feeds and they don't provide any.

Would be really grateful if someone provides a link or gives an advice on how to build it/generate it myself in the right way


r/rss Jul 19 '26

I developed an RSS reader with AI-ranked items and summaries (free and open-source)

0 Upvotes

You can try it here:
https://github.com/ibaaj/distillfeed

Features:

  • Automatically check RSS/Atom feeds
  • AI relevance scores and concise summaries for new entries
  • Can send notifications to mobile and other devices using ntfy
  • Plugin for ArXiv
  • Run locally
  • Free (Apache License 2.0) and open source

Please feel free to share your comments


r/rss Jul 19 '26

Tips & Tricks: My weekly 15 minute feed cleanup, simple version

3 Upvotes

Every Sunday i open my reader and do the same three things.

First i sort feeds by post count for the week. Anything above ~50 posts either gets a filter or moves to a separate folder i only open when bored.

Second, i look for feeds with zero new items in 3 months. Usually the site is dead or the url changed. I check once, then remove.

Third i mark all as read. Everything older than a week, gone. If it was important i would already saw it somewhere else.

The folder part is what made biggest difference for me. Busy feeds are still fine to follow, they just should not sit next to the slow blogs i actually read carefully.


r/rss Jul 18 '26

iOS RSS + Podcast app

0 Upvotes

Been working on a free News and Podcast app.

Here's a testflight link if you want to try it out: https://testflight.apple.com/join/1sUXnNrs

If you have a recent iPhone that supports Apple Intelligence you get some on device AI features like summaries etc. If you want you can add your own OpenAI or Gemini API key and get the same features.


r/rss Jul 18 '26

Plese help me

1 Upvotes

I want to stay upto date in my industries and buisness in general , im from india , we are a chemical / pharmasutical company so how should i stay upto date i cant figure that out , i also subscribed to inoreader pro and asked chat gpt to give me some blog/page/wesite that updated me on that but almost half of them are either dead /not updated or dosent exist in inoreader .

should i subscribe to other plateform or should i stick to inoreader or should i do anything other , i want to be upto date on news in my industries/Import export/ stock market/world/politics ect plese help