RubyRedditAPI icon indicating copy to clipboard operation
RubyRedditAPI copied to clipboard

Ruby wrapper for the Reddit API

== 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

  1. Set up the reddit VM (http://blog.reddit.com/2010/05/admins-never-do-what-you-want-now-it-is.html)
  2. Ensure your hosts file has reddit.local pointing to the VM
  3. gem install bundler
  4. bundle install
  5. rake

== License Ruby Reddit API is released under the MIT License.