https://github.com/r7kamura/ruboty RubotyというRuby製のChatterbotをつくった。 Herokuで動かす Herokuにデプロイすれば無料で動く。 Slackというチャットサービスで動かすならこういう感じ (部屋名とかは適宜変える): $ mkdir mybot $ cd mybot $ echo 'source "https://rubygems.org"' >> Gemfile $ echo 'gem "ruboty"' >> Gemfile $ echo 'gem "ruboty-slack"' >> Gemfile $ echo 'bot: bundle exec ruboty' >> Procfile $ bundle install $ git init $ git add . $ git commit -m "Initial
![Ruby + Bot = Ruboty - ✘╹◡╹✘](https://cdn-ak-scissors.b.st-hatena.com/image/square/bf596ea43abb95481b3d44b1fa958d412dbf056c/height=288;version=1;width=512/http%3A%2F%2Fdl.dropboxusercontent.com%2F%2Fu%2F5978869%2Fimage%2F20140531_190029.png)