0.3.3 • Published 10 years ago

hubot-osietekun v0.3.3

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

Hubot Oisietekun

詳しい人を教えてくれるhubot script

Build Status

screen shot

Install

% npm i hubot-osietekun -save

edit external-script.json

["hubot-osietekun"]

Requirements

  • coffee-script 1.8+
  • hubot-brain

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
0.3.3

10 years ago

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago