詳しい人を教えてくれるhubot script
% npm i hubot-osietekun -save
["hubot-osietekun"]
- coffee-script 1.8+
- hubot-brain
- recommend brain-redis-hash. normal redis-brain is not good.
% hubot 教えて react
% hubot 教えます ruby
% hubot 教えません php
hook "osietekun:ready" and "response" event.
robot.on 'osietekun:ready', (osietekun) ->
osietekun.on 'response', (msg, res) ->
if res.masters.length < 1
for word in res.words
msg.send "#{word}については http://your-great-wiki-site.com/#{word} を見るといいかも"
osietekun.on 'register:teacher', (msg, query) ->
msg.send "http://your-great-wiki-site.com/#{query.word} に書いてもいいんだよ"
% npm test
# or
% npm run watch