Sha256: 50e02c6de186bf7f0eda85f9937cbe851f8392faa4106a4885b85a49b17c943c
Contents?: true
Size: 1.43 KB
Versions: 2
Compression:
Stored size: 1.43 KB
Contents
# Cinch::Plugins::Wikipedia [![Gem Version](https://badge.fury.io/rb/cinch-wikipedia.png)](http://badge.fury.io/rb/cinch-wikipedia) [![Dependency Status](https://gemnasium.com/bhaberer/cinch-wikipedia.png)](https://gemnasium.com/bhaberer/cinch-wikipedia) [![Build Status](https://travis-ci.org/bhaberer/cinch-wikipedia.png?branch=master)](https://travis-ci.org/bhaberer/cinch-wikipedia) [![Test Coverage](https://codeclimate.com/github/bhaberer/cinch-wikipedia/badges/coverage.svg)](https://codeclimate.com/github/bhaberer/cinch-wikipedia/coverage) [![Code Climate](https://codeclimate.com/github/bhaberer/cinch-wikipedia.png)](https://codeclimate.com/github/bhaberer/cinch-wikipedia) Cinch plugin to query wikipedia. ## Installation Add this line to your application's Gemfile: gem 'cinch-wikipedia' And then execute: $ bundle Or install it yourself as: $ gem install cinch-wikipedia ## Usage Just add the plugin to your list: @bot = Cinch::Bot.new do configure do |c| c.plugins.plugins = [Cinch::Plugins::Wikipedia] end end Then in channel use .wiki: .wiki kitten ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request ## Changelog * v1.0.0 * Added checks for terms that are not found and disambig pages. * Tests!
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
cinch-wikipedia-1.0.6 | README.md |
cinch-wikipedia-1.0.5 | README.md |