nnreddit
A Reddit backend for the Gnus newsreader.
NOTE: currently for reading only, login and posting not yet implemented.
Usage
Add these lines to your .emacs or .gnus file:
(require 'nnreddit "/path/to/nnreddit.el")
(add-to-list 'gnus-secondary-select-methods
'(nnreddit ""))Then subscribe to a group from within Gnus, either by pressing 'U' in the Group buffer and entering "nnreddit:some-subreddit", or with the following command:
(gnus-group-unsubscribe-group "nnreddit:some-subreddit")

