Emacs Lisp Reddit API Wrapper
Emacs Lisp
Switch branches/tags
Nothing to show
Latest commit 9a64f40 Oct 28, 2013 @skeeto skeeto Add some unit tests.
Permalink
Failed to load latest commit information.
README.md Initial commit. Oct 27, 2013
reddit-test.el Add some unit tests. Oct 28, 2013
reddit.el Cleanup a bit. Oct 28, 2013

README.md

Emacs Reddit API Wrapper

This library is intended to make it easy to operate reddit's API from Emacs. Use reddit-login to create a session, stored in reddit-session, then use reddit-get and reddit-post to send p-lists and receive JSON from reddit.

For example, to login and subscribe to my sandbox subreddit:

(reddit-login "your-username" "your-password")
(reddit-post "/api/subscribe" '(:sr "t5_2s49f" :action sub))

API documentation: http://www.reddit.com/dev/api