https://github.com/hubot-archive/hubot-motivate
A port of http://motivate.im/
https://github.com/hubot-archive/hubot-motivate
Last synced: 2 months ago
JSON representation
A port of http://motivate.im/
- Host: GitHub
- URL: https://github.com/hubot-archive/hubot-motivate
- Owner: hubot-archive
- License: mit
- Created: 2014-09-01T19:47:56.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-14T01:14:51.000Z (over 10 years ago)
- Last Synced: 2025-03-24T15:21:53.343Z (3 months ago)
- Language: CoffeeScript
- Size: 158 KB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hubot: hubot-motivate
A motivate wrapper for Hubots.
[](https://travis-ci.org/hubot-scripts/hubot-motivate)
See [`src/motivate.coffee`](src/motivate.coffee) for full documentation.
## Installation
Add **hubot-motivate** to your `package.json` file:
```json
"dependencies": {
"hubot": ">= 2.5.1",
"hubot-scripts": ">= 2.4.2",
"hubot-motivate": ">= 0.0.0"
}
```Add **hubot-motivate** to your `external-scripts.json`:
```json
["hubot-motivate"]
```Run `npm install hubot-motivate`
## Sample Interaction
```
user1> !m user1
Hubot> You're doing great work user1!
user1> !thank user1
Hubot> You're doing great work user1!
user1> !thanks user1
Hubot> You're doing great work user1!
user1> !h5 user1
Hubot> high fives user1
user1> ^5 user1
Hubot> high fives user1
```