A simple gem to talk with CleverBot
Cleverbot is now offering an official Cleverbot API at www.cleverbot.com/api. This gem wont be updated anymore.
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('HelloBot')
puts c.send_message('hi') #=> "Hello."
The gem is available as open source under the terms of the MIT License.