hubot-osietekun
v0.3.3
Published
教えて君
Downloads
2
Readme
Hubot Oisietekun
詳しい人を教えてくれるhubot script
- https://www.npmjs.com/package/hubot-osietekun
- https://github.com/shokai/hubot-osietekun
Install
% npm i hubot-osietekun -save
edit external-script.json
["hubot-osietekun"]
Requirements
- coffee-script 1.8+
- hubot-brain
- recommend brain-redis-hash. normal redis-brain is not good.
Usage
教わる
% hubot 教えて react
教える
% hubot 教えます ruby
% hubot 教えません php
Extend
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} に書いてもいいんだよ"
Test
% npm test
# or
% npm run watch