-
I'd like to put this in https://github.com/hubot-scripts this seems like an awesome plugin.
We have an example repo https://github.com/hubot-scripts/hubot-example could you follow that format and I'l…
-
Hubot runs off of [a script in hubot-scripts](https://github.com/github/hubot-scripts/blob/master/src/scripts/play.coffee). That's fine, since we want people to pull it into their Hubot installations,…
-
- [ ] https://github.com/hubot-scripts/hubot-google-hangouts (added, but needs configuration)
- [x] https://github.com/hubot-scripts/hubot-group-alias - so we can add at team alias (added, but needs c…
-
I messed up originally and should've created this package as a `hubot-script` package: https://hubot.github.com/docs/scripting/#creating-a-script-package
Let's move it over/change it later on.
-
For awhile now, we've been encouraging people to start new repos/package for their scripts rather than continuing to add to the github/hubot-scripts repo. Contributors can file issues on the [hubot-sc…
-
When you load the database, it seems to save right before loading given the new interval (?).
This causes the database to be cleared, because think about it...
-
The external URL that sends pug image links back to the hubot-pugme script has started sending back a lot of broken links. This is a [reported issue](https://github.com/hubot-scripts/hubot-pugme/issue…
-
The script crashes the bot if there is no limit. The bot signs off. Any fix on this?
-
I love this but I already have a Hubot running in my Slack. I'm not a hubot pro. Could I simply extract the coffeescript files and put them in my existing Hubot? Would it be easy to make the modifi…
-
Add instructions for creating an npm module for a hubot script.
Also add instructions for consuming that npm module in the hubot container.
Something like this:
```
COPY external-scripts.json /usr/…