0.0.11 • Published 10 years ago
hubot-sushiyuki v0.0.11
hubot-sushiyuki
Build status :sushi:
Description
Incoming Sushiyuki
Installation
Add hubot-sushiyuki
to your package.json, run npm install
and add hubot-sushiyuki to external-scripts.json
.
Add hubot-sushiyuki to your package.json
dependencies.
"dependencies": {
"hubot-sushiyuki": "0.0.2"
}
Add hubot-sushiyuki
to external-scripts.json
.
> cat external-scripts.json
> ["hubot-sushiyuki"]
Optional
You can configure default emotion.
> export HUBOT_SUSHIYUKI_DEFAULT_EMOTION="wat"
Also can set random.
> export HUBOT_SUSHIYUKI_DEFAULT_EMOTION="random"
Usage
hubot sushi me <emotion>
hubot sushi list
: list up emotions
No | Image | Meaning |
---|---|---|
01 | ![]() | yes |
02 | ![]() | no |
03 | ![]() | ok |
04 | ![]() | thank you/thanks/gyoku |
05 | ![]() | sorry |
06 | ![]() | sigh |
07 | ![]() | angry |
08 | ![]() | no comment |
09 | ![]() | cool |
10 | ![]() | kappa |
11 | ![]() | help |
12 | ![]() | what/question |
13 | ![]() | sleep/sleepy |
14 | ![]() | oh no |
15 | ![]() | love |
16 | ![]() | grin |
17 | ![]() | bye |
18 | ![]() | sneak |
19 | ![]() | hide |
20 | ![]() | peel |
21 | ![]() | hot |
22 | ![]() | fail/dip |
23 | ![]() | too much/ikura |
24 | ![]() | happy |
25 | ![]() | smile/boom |
26 | ![]() | wat/anago |
27 | ![]() | tea/content/agari |
28 | ![]() | gari/don't forget |
29 | ![]() | wasabi/sabi |
30 | ![]() | come on/c'mon/ |
31 | ![]() | sparkles |
32 | ![]() | sweat |
33 | ![]() | cry |
34 | ![]() | surprised |
35 | ![]() | idea |
36 | ![]() | sad/sob |
37 | ![]() | chat |
38 | ![]() | phone/call |
39 | ![]() | hello |
40 | ![]() | see you |
Get involved
- fork it ( https://github.com/naoya/hubot-sushiyuki/fork )
- create your feature branch (
git checkout -b my-new-feature
) - commit your changes (
git commit -am 'Add some feature'
) - push to the branch (
git push origin my-new-feature
) - create new pull request