= ZeroBot = Slack에서 존재하는 제로페이지 봇. Hubot을 상속받은 봇이다. == 참고 == * [https://github.com/ZeroPage/zerobot/tree/master/ 제로봇] * [http://coffeedoc.info/github/github/hubot/master/ 도큐먼트] * [https://github.com/github/hubot/blob/master/docs/scripting.md 도큐먼트] * [CoffeeScript] * [http://coffeescript.org] * [https://sublime.wbond.net Sublime Package Control] * [https://github.com/Xavura/CoffeeScript-Sublime-Plugin CoffeeScript Highlight 플러그인] == 설치방법 == * 자세한 설치는 다른 문서를 참조... 가장 기본적인 instruction만 써두었습니다. {{{ $ npm install node-gyp $ npm install redis 설치 $ redis make $ redis-server }}} {{{ $ zerobot clone $ ./bin/hubot }}}