Reddit is dead to me
Technology
A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.
Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.
Subcommunities on Beehaw:
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
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.
The only non-infurating way to read reddit. If it's gone people who didn't care so far might actually feel inconvenienced and move out.
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's hard to imagine a practical reason to do so. This, however, has not been a good heuristic for determining what a CEO having a temper tantrum will do, so who the hell knows.
There's an absolutely practical reason for doing it that's consistent with everything they've done so far - they want to control how we get to and see Reddit. So that they can advertise in the feed etc.
RSS means you can skip the normal feed (where they would advertise) and go straight to the post.
It's not a good idea - they seem to have forgotten that user hostile decisions reduce the number of users - but it does make sense in their twisted world. I'm amazed they still work.
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.
what do you use the most to scrape ? i'm thinking to learn scrapy.
Scrapy is really simple and straightforward.
You can start really fast.
I scraped literally everything :)
Personal hobbies, business wise,...
- Archiving niche websites and information
- Collecting real estate listings
- Analyzing all ad listings
- Checking web stores for product availability
- Getting different info (weather, traffic, map data)
Scripts, apps, databases, got data for a lot of stuff
I am now usually working with APIs, but still need scraping sometimes.
Thank you. Would you mind if i send you PM? Need to ask something relating to my job.
well don't give then ideas
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.
Their major reason for this was that data can be scraped for free, so imagine RSS is a big data scraping interface, it will be gone or will get cut in terms of letters.
At the current usage, I really doubt it. If a significant amount of people start using RSS readers as an alternative to the third party clients they were using previously, it's a possibility.
More likely it depends if researchers of Largue Language Models (like in ChatGPT/GPT4, LLaMA, etc.) will use RSS feeds
thats at least my idea because the API pricing is so drastic and high, Reddit was one of the biggest sources of these models
The irony is that they're breaking the ways that humans can interact with the site, but leaving many of the scraper-friendly options.
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.
Yep I just finished setting up Feeder for the websites I read most and a few subreddits.
Do you have a good way to find rss feeds? I'm looking to emulate my own hacker news in terms of non-tech interesting articles, and sometimes I feel lost trying to find feeds to subscribe to
That's good news
About 90% of my visits to reddit are via RSS (to read comments). If they remove it, I'll never visit except for reading my local town feed.
Probably, but you will likely be able to use RSS Bridge to get an RSS feed anyway. Not very convenient though
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.
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)
put .rss on the end of the subreddit url and add to a reader. I made a multireddit containing all of my subs, and access it like this (the multireddit has to be marked public: https://www.reddit.com/user/username/m/multiredditname/.rss
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.
I'm a bit late on this thread, but you have to go to https://old.reddit.com/prefs/feeds/. There you'll find multiple RSS feeds for your account.
Fun fact: Feedly supports Reddit, and will list hot threads like any news article. Sure, you have to click the link to go to the thread, but you'll be able to choose which thread you want to engage with without a single ad.
I love Feedly. Been using it daily since the loss of Google reader
My lifetime pro subscription is the longest-lived “lifetime” of any service I’ve ever paid for.
I couldn’t get Feedly to work. I tried to add a sub and initially content appeared but no new content is showing up.
They might
i would if was them.
I suspect they will at some point. I used their RSS feeds for years but, whatever they choose to do now, it won't effect me anymore.
Yes.
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?