# lita-goforit [![Build Status](https://travis-ci.org/miketheman/lita-goforit.svg?branch=master)](https://travis-ci.org/miketheman/lita-goforit) [![Coverage Status](https://coveralls.io/repos/miketheman/lita-goforit/badge.svg)](https://coveralls.io/r/miketheman/lita-goforit) Lighten the mood with a gopher! Gladly accepting pull requests with new gopher URLs. See `lib/lita/handlers/goforit.rb` for the right place to put new ones. ## Installation Add `lita-goforit` to your Lita instance's Gemfile: ``` ruby gem 'lita-goforit' ``` ## Configuration None ## Usage Saying terms like 'go for it' and 'went for it' will respond with an image or video. ## Prior Art Leans heavily on the concept from [Hubot scripts](https://github.com/github/hubot-scripts/blob/master/src/scripts/go-for-it.coffee).