An open API service indexing awesome lists of open source software.

https://github.com/hubot-archive/hubot-thank-you

A hubot script that accepts your thanks
https://github.com/hubot-archive/hubot-thank-you

Last synced: 2 months ago
JSON representation

A hubot script that accepts your thanks

Awesome Lists containing this project

README

        

# hubot-thank-you

A hubot script that accepts your thanks

See [`src/thank-you.coffee`](src/thank-you.coffee) for full documentation.

## Installation

In hubot project repo, run:

`npm install hubot-thank-you --save`

Then add **hubot-thank-you** to your `external-scripts.json`:

```json
["hubot-thank-you"]
```

## Sample Interaction

```
user1>> hubot thank you
hubot>> don’t mention it
```