Ruby Reddit Client v0.2.6¶ ↑
Tested with ruby 1.8.7 & 1.9.2
Usage¶ ↑
require "ruby_reddit_api" r = Reddit::Api.new "user", "password" results = r.browse "ruby" results[0].upvote
Features¶ ↑
-
Authentication
-
Browse subreddits
-
Searching
-
Read & reply to comments
-
Friend & unfriend redditors
-
Comment & submission voting
Running Tests¶ ↑
-
Set up the reddit VM (blog.reddit.com/2010/05/admins-never-do-what-you-want-now-it-is.html)
-
Ensure your hosts file has reddit.local pointing to the VM
-
gem install bundler
-
bundle install
-
rake
License¶ ↑
Ruby Reddit API is released under the MIT License.