Sha256: 0bd52cb117d799f91f4edd5e051d6fa621aed4d679cdeaabf9333e9e1e5f878b
Contents?: true
Size: 803 Bytes
Versions: 2
Compression:
Stored size: 803 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_NO_ARTICLE_WAS_FOUND - Message when no article was 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ruboty-wikipedia-0.1.1 | README.md |
ruboty-wikipedia-0.1.0 | README.md |