I just set up all the subreddits I still want to following in Reeder, an RSS app. I’m able scroll through the posts ad free. It the occurred to me that this is a loss of revenue to Reddit. Could RSS be the new target for onerous fees?
It could be the case that RSS usage is small compared to 3rd party apps like Apollo so not of much concern. It also may be the case that it isn’t possible for Reddit to charge for the usage. If they can’t charge, they may just disable RSS altogether. I’m only guessing. I’ll take off my tinfoil hat now.
I think eventually they will. They wish to put up their walled garden.
As for Their current RSS feed, it only grabs the post, right? Not the comments as well. That limits its usefulness a bit, depending on what you use reddit for.
Yeah one major reason RSS has died is because content makers moved away from it as it bypassed their own sites advert serving, particularly if anything more than titles are shared. Reddit will go the same way. Also many content sites have moved to tricks to track and monetise users landing on their pages with share to facebook, facebook like, share to twitter etc buttons (which also passively track people just by a user loading a page with them on). Those all help feed the big tracking systems that social media companies like Facebook use to monetise users data by spying on them, profiling them and selling or using information for marketing; so RSS feeds also deminish that income source.
Google has done it’s part in this - it killed Google Reader which was a popular RSS reader. It wasn’t a huge product but looking back it makes sense to kill it when it also wants to track people across the internet and also concerns it may have to pay content providers for their content.
I used to have it set up so it gave me a personal RSS feed of replies to me. I don’t remember the details because it was a really long time ago, but it was kind of cool and I pitched it to a couple other places that needed notifications but didn’t have mobile apps (none bought in though).
The Reddit RSS wiki entry explains basic use of the RSS features and also links to a masterclass on advance use of the feature from 11 years ago . From the comments these features still currently work as of 5 months ago, and you can pull comment feeds but I’m not sure how useful it would be given how RSS works.
TIL reddit has RSS feeds. Welp, I’ll see if I can use it to plug in my favorites until they cut it for ‘profit-seeking measures’ and ‘loosing 200 billion dollars a year’
it’s spez. He’ll say they’re losing 200 trillion a year.
It should always be possible to scrape and make a feed. I use this at the moment: https://github.com/trashhalo/reddit-rss
It would be a fun project to learn how to make a web scraper.
that is only half the work/job, other half is learning how to avoid ban.
I’ve been scraping 16+ years and it is easy till they get onto you and block you.
Its only a matter of weeks now, days after the 1st of July. RSS feeds count as free access to the Reddit API and therefore unauthorized third party apps, so the’re definitely be gone.
After the userbase has been conditioned to the fact that there isn’t a 3rd party Reddit reader anymore, they will kill off old.reddit.com.
I don’t think reddit has merit on blocking RSS, because you can’t act on the posts, no comment, no upvote etc… You’ll have to visit the site directly to do so. But I might be wrong, I just don’t think it’s their priority.
I hope not but who really knows at this point? I imagine the amount of people following subreddits via rss is really small in the grand scheme of things so hopefully they don’t see a reason to kill them.
How do you add a subreddit as an rss feed?
https://reddit.0qz.fun/r/news.json
There are a lot of options but this site will turn the JSON into XML for RSS. If you want it in JSON format you can just use Reddit
https://reddit.com/r/news.json
Edit: Reddit also does RSS but it is kinda gross
Any links to things you can do with that JSON file? I don’t really know Java but it’d be cool to mess around with it in Python some. Searching “reddit python JSON” is obviously not very helpful.
Oh you can just use something like this:
import requests
import json
json_string = requests.get(‘https://reddit.com/r/news.json’)
json_dict = json.loads(json_string)
well don’t give then ideas
For anyone interested this is how. https://www.reddit.com/wiki/rss/
I mean, the sites that get aggregated on Reddit themselves often have RSS feeds. That’s what I’ve slowly been assembling. I can’t get quite such the steady drip of information as I would directly from reddit, but I definitely don’t feel like I’d be completely out of the loop if reddit vanished now.
Probably, but you will likely be able to use RSS Bridge to get an RSS feed anyway. Not very convenient though
Reddit has a feature where you can make an RSS feed of the subreddits that you follow. It’s an RSS feed specific to my Reddit account. Currently, this is how I use Reddit and once they take it away, I’m done with Reddit.
It’s nice to be able to scroll through the RSS feed which only contains the top posts of each subreddit. It also shows all the posts that get removed by mods…
How would I set up an rss feed of my reddit account?
Just go to your subreddit, copy the URL and add a .rss to the end, for example https://www.reddit.com/r/news/ becomes https://www.reddit.com/r/news.rss I’ve been doing this for years, using Protopage as my start page in Chrome and I make widgets with these RSS feeds. Lemmy and Kbin have RSS feeds as well, but you either just put in the URL and the RSS feeder recognizes it, or you click the little RSS icon by the sort selection and use that.
Is it really a loss in revenue if you used a 3rd party app previously?
If you want to bypass Reddit, why not just set up RSS for the things you get from Reddit instead? Most news sites have RSS. You could almost certainly find a feed for most of the stuff posted to Reddit.
Whether it’s really a loss in revenue is not the relevant question to the people making decisions at Reddit. They’re looking for sources of new revenue, and if they think they can monetize the feeds, then you know they will try.
Also, there is a slight cost to maintaining them.
Thing with me is I don’t want the raw stream of dozens of articles each day. I’ve used RSS feeds with Reddit for years now using the Top Week feed for each important subreddit. I haven’t been able to find a way to get that sort of curated information stream anywhere else. Essentially I get around the top 12 articles/pictures/text-posts each day that real people think are actually important for each of my interests. Open to suggestions, though.
Yes.
If reddit gets rid of their rss feeds then i’m absolutely done using that site. I already plan on staying away from reddit based on the api changes getting rid of my 3rd party reddit client. If they get rid of rss feed then I have no reason to use that site, nor would I want to anymore.
Speaking of which, does lemmy have rss feeds?