UNPKG

1.29 kBMarkdownView Raw
1# hubot-google-translate
2
3Allows you to use Hubot for praising a colleague, send them an awesome gif and a random praising message. You can also append your own reason for thanking the person.
4
5Hubot logs all praises so you can do some data analasys of all the praises done ever.
6
7See [`src/praise.coffee`](src/praise.coffee) for full documentation.
8
9## Installation
10
11In hubot project repo, run:
12
13`npm install hubot-praise --save`
14
15Then add **hubot-praise** to your `external-scripts.json`:
16
17```json
18[
19 "hubot-praise"
20]
21```
22
23## Sample Interaction
24Between current user @Cortana and @CaptainKeys
25
26```
27user> hubot high five @Cortana
28hubot> "you can’t high five yourself. that’s just clapping"
29user> hubot praise @CaptainKeys
30hubot> @Cortana high fives @CaptainKeys
31hubot> The world is a better place with you around, @CaptainKeys
32hubot> http://i.giphy.com/112VS6QqBw52Ks.gif
33```
34
35## Contributing
36
37There are tests! So run them when you are working on the code. Other than that you know the drill, fork it, pull request it and tada!
38
39### Add more gifs!
40
41We can always use more gifs so if you find an awesome high five gif thats not in here already please add it!
42
43### Add more praise!
44
45You can also add a new praise line, something you would say to someone who's being totally awesome!