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
- Host: GitHub
- URL: https://github.com/hubot-archive/hubot-thank-you
- Owner: hubot-archive
- Created: 2014-10-14T01:17:23.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-10T12:13:27.000Z (over 9 years ago)
- Last Synced: 2025-04-02T20:52:22.808Z (3 months ago)
- Language: CoffeeScript
- Homepage:
- Size: 6.84 KB
- Stars: 18
- Watchers: 2
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```