快轉到主要內容
  1. 文章/

Hubot first try

·1 分鐘

最近剛好想學 CoffeeScript,前幾天又看到有 hubot 的新聞,所以就想說來玩一下 Hubot

安裝步驟很簡單

  1. 請先安裝 Nodejs/Redis (Google 一下,有太多資料了…..)
  2. npm install -g hubot coffee-script
  3. hubot –create myfirsthubot
  4. cd myfirsthubot
  5. bin/hubot -> 啟動!

由於我時間沒花很多,而且我也還在想說這未來要能幹嘛 所以還在蒐集資料中…..

網路上早就有人講安裝的方式了: [教學] hubot install. hubot 機器人安裝