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

https://github.com/h3adache/guardian-bot

Destiny slack bot
https://github.com/h3adache/guardian-bot

Last synced: 3 months ago
JSON representation

Destiny slack bot

Awesome Lists containing this project

README

        

# guardian-bot

To install (in any directory)
```
git clone https://github.com/h3adache/guardian-bot.git
cd guardian-bot
npm install
npm link
```

Now in your hubot root directory
```
npm link hubot-guardian
```

OR if you don't want to download and install guardian-bot locally then just run:
```
npm install https://github.com/h3adache/guardian-bot.git -S
```

Open (or create) external-scripts.json and add hubot-guardian
For example if you are adding this to the base hubot it would look like:
```
[
"hubot-diagnostics",
"hubot-help",
"hubot-heroku-keepalive",
"hubot-google-images",
"hubot-google-translate",
"hubot-pugme",
"hubot-maps",
"hubot-redis-brain",
"hubot-rules",
"hubot-shipit",
"hubot-guardian"
]
```

restart hubot