File tree Expand file tree Collapse file tree 6 files changed +14
-18
lines changed Expand file tree Collapse file tree 6 files changed +14
-18
lines changed Original file line number Diff line number Diff line change 1
- # y
1
+ # haoybot
2
2
3
- y is a chat bot built on the [ Hubot] [ hubot ] framework. It was
3
+ haoybot is a chat bot built on the [ Hubot] [ hubot ] framework. It was
4
4
initially generated by [ generator-hubot] [ generator-hubot ] , and configured to be
5
5
deployed on [ Heroku] [ heroku ] to get you up and running as quick as possible.
6
6
@@ -12,26 +12,26 @@ available, etc!
12
12
[ hubot ] : http://hubot.github.com
13
13
[ generator-hubot ] : https://github.com/github/generator-hubot
14
14
15
- ### Running y Locally
15
+ ### Running haoybot Locally
16
16
17
17
You can test your hubot by running the following, however some plugins will not
18
18
behave as expected unless the [ environment variables] ( #configuration ) they rely
19
19
upon have been set.
20
20
21
- You can start y locally by running:
21
+ You can start haoybot locally by running:
22
22
23
23
% bin/hubot
24
24
25
25
You'll see some start up output and a prompt:
26
26
27
27
[Sat Feb 28 2015 12:38:27 GMT+0000 (GMT)] INFO Using default redis on localhost:6379
28
- y >
28
+ haoybot >
29
29
30
- Then you can interact with y by typing ` y help` .
30
+ Then you can interact with haoybot by typing ` haoybot help` .
31
31
32
- y> y help
33
- y animate me <query> - The same thing as `image me`, except adds [snip]
34
- y help - Displays all of the help commands that y knows about.
32
+ haoybot> haoybot help
33
+ haoybot animate me <query> - The same thing as `image me`, except adds [snip]
34
+ haoybot help - Displays all of the help commands that haoybot knows about.
35
35
...
36
36
37
37
### Configuration
Original file line number Diff line number Diff line change 5
5
npm install
6
6
export PATH=" node_modules/.bin:node_modules/hubot/node_modules/.bin:$PATH "
7
7
8
- exec node_modules/.bin/hubot --name " y " " $@ "
8
+ exec node_modules/.bin/hubot --name " haoybot " " $@ "
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ call npm install
4
4
SETLOCAL
5
5
SET PATH = node_modules\.bin;node_modules\hubot\node_modules\.bin;%PATH%
6
6
7
- node_modules\.bin\hubot.cmd --name " y " %*
7
+ node_modules\.bin\hubot.cmd --name " haoybot " %*
Original file line number Diff line number Diff line change 1
1
[
2
2
" hubot-diagnostics" ,
3
3
" hubot-help" ,
4
- " hubot-heroku-keepalive" ,
5
4
" hubot-google-images" ,
6
5
" hubot-google-translate" ,
7
6
" hubot-pugme" ,
8
7
" hubot-maps" ,
9
8
" hubot-redis-brain" ,
10
9
" hubot-rules" ,
11
10
" hubot-shipit"
12
- ]
11
+ ]
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " y " ,
2
+ "name" : " haoybot " ,
3
3
"version" : " 0.0.0" ,
4
4
"private" : true ,
5
- "author" : " y " ,
5
+ "author" : " Johanne " ,
6
6
"description" : " Familieboten for St. Jørgens vei 1" ,
7
7
"dependencies" : {
8
8
"hubot" : " ^2.19.0" ,
9
9
"hubot-diagnostics" : " 0.0.1" ,
10
10
"hubot-google-images" : " ^0.2.6" ,
11
11
"hubot-google-translate" : " ^0.2.0" ,
12
12
"hubot-help" : " ^0.2.0" ,
13
- "hubot-heroku-keepalive" : " ^1.0.2" ,
14
13
"hubot-maps" : " 0.0.2" ,
15
14
"hubot-pugme" : " ^0.1.0" ,
16
15
"hubot-redis-brain" : " 0.0.3" ,
17
16
"hubot-rules" : " ^0.1.1" ,
18
- "hubot-scripts" : " ^2.17.2" ,
19
17
"hubot-shipit" : " ^0.2.0"
20
18
},
21
19
"engines" : {
You can’t perform that action at this time.
0 commit comments