12 lines
684 B
Markdown
12 lines
684 B
Markdown
---
|
|
title: "TIL: Adding a subreddit RSS feed"
|
|
date: 2023-01-15T10:49:23
|
|
slug: til-adding-a-subreddit-rss-feed
|
|
tags: [til]
|
|
---
|
|
I like to read some story-based Subreddits, like [/r/TalesFromTechSupport](https://reddit.com/r/talesfromtechsupport), but also don't like having to go to the Reddit app (well, Apollo) specifically to read these stories because I end up missing them.
|
|
|
|
As it turns out, Reddit does publish RSS feeds for Subreddits, at ` https://www.reddit.com/r/<subreddit>/new/.rss?sort=new`.
|
|
|
|
I've added this to my RSS reader and new posts now show up in my feeds. It works best with relatively low-volume Subreddits - a popular one would be a bit overwhelming for me.
|