Sha256: 9b158f3d4ec7ba7dfda4cbec71fe97c800003999ab5c59f1bbcc8159f613ce80
Contents?: true
Size: 770 Bytes
Versions: 5
Compression:
Stored size: 770 Bytes
Contents
# Ruboty::Wikipedia A Ruboty plugin that returns Wikipedia URL. ## Installation Add this line to your application's Gemfile: ```ruby gem 'ruboty-wikipedia' ``` And then execute: ``` $ bundle ``` Or install it yourself as: ``` $ gem install ruboty-wikipedia ``` ## Usage ``` > ruboty wikipedia [keyword] > ruboty wiki [keyword] ``` ## ENV ``` WIKIPEDIA_DOMAIN - Wikipedia domain (default: en.wikipedia.org) WIKIPEDIA_MESSAGE_WHEN_NOT_FOUND - Message when not found (default: No articles found.) ``` ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/dounokouno/ruboty-wikipedia. ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
ruboty-wikipedia-0.1.7 | README.md |
ruboty-wikipedia-0.1.6 | README.md |
ruboty-wikipedia-0.1.5 | README.md |
ruboty-wikipedia-0.1.4 | README.md |
ruboty-wikipedia-0.1.3 | README.md |