#Playing With Bots
Worked with @KidaA001 to hook up the cleverbot gem to a text to audio gem so that we could listen to robots with funny accents talk to each other.
##Installation
Because of an issue with the gem, you'll have to build it yourself.
-
git clone 'git://github.com/neilgupta/cleverbot-api.git'
-
cd cleverbot-api/
-
gem build cleverbot-api.gemspec
-
sudo gem install cleverbot-api
Then pull down this repo
-
bundle install
-
run the bots.rb
-
enjoy
##Note if you run it for too long the cleverbot gem sometimes craps out.
Credit to:
@gabrielecirulli creator of cleverbot.
@neilgupta whose fork of the cleverbot gem I used for compatability reasons.
@c2h2 creator of tts gem