Entries from 2013-07-01 to 1 month

HUBOTのTips(警告"@http() is going to be deprecated in 3.0.0 use @robot.http()"への対処)

HUBOTに最初から含まれているサンプルのスクリプト(math.coffee、pugme.coffee、youtube.coffee等)を利用すると、以下のような警告が出るケースがある。 Hubot> hubot math me 1 + 2 Hubot> [Mon Jul 15 2013 00:22:55 GMT+0900 (JST)] WARNING @http() is…

How to use Hubot behind a proxy.

You may fail to run a bot which uses http connection with Hubot if you are behind a proxy such as Squid. Hubot behind a proxy · Issue #287 · github/hubot · GitHub For example, you'll have following type of error messages when you run "hubo…

HUBOTのセットアップメモ

Linux環境(Cent OS 6.4)にHUBOTをセットアップした際のメモ(全てrootで実施)。 【事前準備】 HUBOTの前提となるnode.js、CoffeeScriptをインストールしておく(node.jsと一緒にnpmもインストールされる)。 また、Botで扱うデータを永続化するためにredi…