Skip to content

radthebrown/ruby_cleverbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RubyCleverbot Gem Version

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.

Installation

Add this line to your application's Gemfile:

gem 'ruby_cleverbot'

And then execute:

$ bundle

Or install it yourself as:

$ gem install ruby_cleverbot

Usage

require 'ruby_cleverbot'

c = RubyCleverbot.new('HelloBot')

puts c.send_message('hi') #=> "Hello."

License

The gem is available as open source under the terms of the MIT License.

About

A simple gem to talk with Cleverbot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages