reddigg extensions: reddigg-rss and reddigg-images-to-html
In Update Reddigg is now a fullblown reddit client : r/emacs the reddigg.el author, u/Goator, asked me to share extensions I've (well, Claude Code) written for reddigg. Sharing.
- reddigg-rss
- advice reddigg to use RSS feed instead of json as Reddit blocked the latter
- reddigg-images-to-html
- create standalone HTML with all the images from current view in masonry grid
Here's my reddigg configuration block:
(use-package reddigg
:config
(require 'reddigg-images-to-html)
(require 'reddigg-rss))