RedditApi
Communicate with the Reddit API painlessly.
Installation
Add this line to your application's Gemfile:
gem 'reddit_api'
And then execute:
$ bundle
Or install it yourself as:
$ gem install reddit_api
Usage
- Get Reddit API credentials by following the guide here
- Load Reddit API credentials into the environment
- Expected names can be found in RedditApi::Client
- Create instances of the RedditApi sub-api objects and make requests
Resources
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/anthonyfuentes/reddit_api.
License
The gem is available as open source under the terms of the MIT License.