A simple gem to talk with CleverBot
Add this line to your application's Gemfile:
gem 'ruby_cleverbot'
And then execute:
$ bundle
Or install it yourself as:
$ gem install ruby_cleverbot
require 'ruby_cleverbot'
c = RubyCleverbot.new()
puts c.send_message('hi') #=> "Hello."
The gem is available as open source under the terms of the MIT License.