SimplyReddit
A simple Ruby wrapper for the Reddit API.
Installation
Add this line to your application's Gemfile:
gem 'simply_reddit'
And then execute:
bundle install
Or install it yourself as:
gem install simply_reddit
Usage
require 'simply_reddit'
client = SimplyReddit.client(
client_id: 'your_client_id',
secret: 'your_client_secret',
username: 'your_username',
password: 'your_password'
)