Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

skeeto/emacs-reddit-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Emacs Lisp Reddit API Wrapper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published