The unofficial replygif API for ruby!
Add this line to your application's Gemfile:
gem 'replygif', git: 'https://github.com/mppatterson/replygif.git'
Get all images with tag information:
replygif = Replygif.new
replygif.tags
# Get the reaction tags only
replygif.reaction_tags
Get gifs with a certain reply, such as "okay"
replygif.with_reply("okay")
- Fork it ( https://github.com/[my-github-username]/replygif/fork )
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request