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

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/

Awesome Lists containing this project

README

        

# Hubot: hubot-motivate

A motivate wrapper for Hubots.

[![Build Status](https://travis-ci.org/hubot-scripts/hubot-motivate.png)](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
```