this post was submitted on 18 Jul 2023
24 points (100.0% liked)
Reddit Migration
21 readers
2 users here now
### About Community Tracking and helping #redditmigration to Kbin and the Fediverse. Say hello to the decentralized and open future. To see latest reeddit blackout info, see here: https://reddark.untone.uk/
founded 1 year ago
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Oh I'm not aware of the comments one! Thank you!
Oh, I also forgot:
Very useful for moderators (of not-very-large subs).
Is there a way to take a url like old.reddit.com/r/sub/comments/abcdef/the_post_title/ and get the post text body and the comments (at lest the first couple of levels) via rss?
The RSS Feed with the comments of a post is on
[POST URL]/comments.rss
. Example:https://www.reddit.com/r/RedditAlternatives/comments/152prch/reddit_app_sucks_so_bad/comments.rss
The first entry is the post with the content and the next ones are the comments (all). Of course there is no nesting structure in the RSS, you need to go to reddit for that.
EDIT: There most probably be a limit in the number of elements of a feed, so if you try that with a post that already has a lot of comments, you will probably see only the last N ones. But if you add the RSS Feed of the comments of new post to your RSS Reader, it will most probably store all the elements over time, so you will have all of them there (and not only the last N ones).... unless the comments are posted too fast and/or the updating frequency of your RSS Reader is too slow.