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
- Host: GitHub
- URL: https://github.com/h3adache/guardian-bot
- Owner: h3adache
- Created: 2016-03-09T20:52:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-11T17:13:29.000Z (about 8 years ago)
- Last Synced: 2025-01-17T03:38:14.585Z (5 months ago)
- Language: CoffeeScript
- Homepage:
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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