There is nnreddit.
There is also the RSS feed (add ".rss" to a subreddit's url). But that only has the posts, not the comments.
A community for the timeless and infinitely powerful editor. Want to see what Emacs is capable of?!
There is nnreddit.
There is also the RSS feed (add ".rss" to a subreddit's url). But that only has the posts, not the comments.
mbox would be perfect. You can use Gnus or rmail to view them.
I suppose I can write a scraper and dump content in json format.
No need, reddit already provides their data in JSON form. Generally just append .json at the end of the URL and you get your JSON, for example
https://www.reddit.com/r/emacs/comments/17u00j0/extracting_forums_posts_like_reddit_discussions/
->
https://www.reddit.com/r/emacs/comments/17u00j0/extracting_forums_posts_like_reddit_discussions.json