Hello!
I am one of the six people left in the world who uses RSS to keep up with articles and blogs. I was wondering if there is currently a way to get RSS feeds for either the master feed of articles, or on a per-user basis? And if not, is RSS in the roadmap in any form?
For reference and as weak justification, Medium has the ability to prefix a username with /feed/ to get the RSS feed for that user's stories. I would love to be able to do something similar on dev.to.
(FWIW, if/when the site goes open source, I would be willing/able to help implement this :) )
Hey @P-Krebs! We have a RSS feed for the featured articles but not per user. We can put this on our backlog, thanks for the request.
Here's the link for main feed: https://dev.to/feed
I'm not sure if perhaps this is the best place to chime in (vs, perhaps a new feature request) but in addition to user feeds and the main feed, I can see that topic-specific feeds would be incredibly useful, especially as the amount of original content on the site grows.
Not to suggest copying this implementation by any means, but as a reference, Medium has implemented a standard mechanism (more or less) for extracting feeds (even before they aquired superfeedr) - and they're supported as first class attributes of the following objects:
There are a few additional features I've discovered, though not all are fully documented in the Medium help knowledge base:
Feed of a User's Recommended Read: example using my account - this can be handy for automating the sharing of content liked on the site to platforms like Twitter / Buffer / etc...
Truncating the feed to limit the items included in the endpoints (which is handy for usage in systems like inoreader.com or other places where you may want to write code to parse your feed and syndicate the content via social channels or perform other processing).
You can get an RSS feed of the latest posts on a specific Medium tag by using the following base url & appending the tag: https://medium.com/feed/tag/
I wanted to share this information primarily for two reasons:
The audience of dev.to is made of developers. RSS is the easiest to use / code against and is also the most widely used technology for both content retrieval & automation, two things developers tend to both enjoy and use if given the chance.
The potential impact for expanding the reach of the content and writers on dev.to is probably unmatched in total but specifically given the level of complexity required for you to implement it on the back end and writers to extend the rss feeds and combine them with IFTT / Flow / One of a 1000 RSS services / Lambda / etc... Given that you have some existing support for RSS feeds already in the system, I'd guess that this might be a high-return low risk feature to implement.
Note: I'd be happy to write up some articles and illustrate some uses of this tech as well as beta test any feature implementations using my profile, if you'd like me to. Hit me up here or via the email on my github profile (or over at my dev.to profile)
_Finally_ did this. Should be live soon.
Awesome, thanks for the effort Ben! I'll give it a whirl later this evening and will open an new issue if I run into any issues while testing.
Again, my genuine thanks for this and all the work you've put into dev.to!!!$
Sincerely,
Bryan "BJ" Hoffpauir, Jr.
@benhalpern Great. Can I find any docs about that? I can not find a feed of my published posts. I'd like to use that to post them on twitter.
@dploeger You can find it via https://dev.to/feed/username
, for example: https://dev.to/feed/andy
Great. Thanks
Am I blind or there is no feed per topic? Like for https://dev.to/t/ruby
Subscribing to just exact posters, not topics, is pointless and ineffective.
Hello @Nakilon , that feature is currently not available. The feature request for it is here.
I had to duck it ("Google it", but with duckduckgo) the term "dev.to rss" to know how to subscribe to the RSS feed of dev.to. Couldn't find any link/mention to the RSS feed on the dev.to site.
Thanks for pointing that out @theonelucas . We should have a page dedicated RSS FAQs.
@theonelucas, same here. FAQ still not up to date.
Hello @theonelucas , we just updated it
Are there any issues with adding an RSS Link tag to pages for the purpose of autodiscovery? I still heavily depend on RSS to consume news & information. I wasn't able to determine the RSS feed for my new blog until I viewed this reported issue.
```
title="I'm a ColdFusion web application developer..."
href="https://dev.to/feed/gamesover" />
That's a great suggestion @JamoCA . Would you mind creating an issue to surface this?
Done. I've submitted a feature request.
Done. I've submitted a feature request.
It seems the link is directing back to this issue, I believe the right page you wanted to link is Issue 6368
Is it possible to get rss feed for top of week or month
Hi @kucukti, would it be possible for you to open a feature request so this doesn't get buried in a closed issue?
Thank you!
Most helpful comment
Hey @P-Krebs! We have a RSS feed for the featured articles but not per user. We can put this on our backlog, thanks for the request.
Here's the link for main feed: https://dev.to/feed