0.0
A long-lived project that still receives updates
A simple reddit api wrapper
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

~> 2.13.4
 Project Readme

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'
)