Skip to content

stanislav-tyutin/ruby_cleverbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RubyCleverbot Gem Version

A simple gem to talk with CleverBot

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()

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

  • Ruby 100.0%