Okay, sorry ahead of time for being a Debbie downer here, but there are no work-related or useful scripts in the repository. All the great stuff they talk about running builds, deploying code, checking on servers, getting test results are not there. I don't see youtube and google images lookups all that useful as a chatbot IMHO. So, what am I missing? It seems like people think this is cool, but I guess I don't get it.
We're just shipping the foundation right now. A lot of our other stuff is tied to a substantial amount of other services (our CI, our special build layer, various other home-grown services, etc). Over time — and judging from Twitter, very quickly! — github.com/github/hubot-scripts will have a much more comprehensive set of scripts.
Well that's good to hear. I didn't mean to sound like a dick by any means, I just didn't expect to only see mustache generators. Your posts on it particularly in your blog made me excited to look at the repo for the infrastructure / CI components.
Looking forward to the future.
And dumb question here probably, but was I wrong in thinking that it was originally written in Ruby?
I noticed that as well. Just glancing through the code it looks like they're going to have to add rudimentary configuration management before that can happen. Right now every piece of pertinent information about how and where to connect is stored in environment variables.
You can't really have CI monitoring or automation without somewhere to store the login info, at the very least.
I just read through five of those and didn't even notice they were in CoffeeScript until I saw your username here!
Congrats on creating such an eminently readable language - it just melted away into the background while I was enjoying the actual logic and functionality described in the code.
Its really a testament to GitHub how many of us started a project like this when we kept hearing about the greatness of Hubot. I am really pumped to see what the community comes up with as far as scripts go. Pumped to see at least the start of IRC support - I figured it was Campfire only, and would have to hack it myself to make it do IRC
At Bump we tried Campfire, but ended up using IRC (and use an open source IRC bot, https://bitbucket.org/yougov/pmxbot/src). I'm curious why you decided to go with Campfire instead of IRC.
Hubot supports IRC too (though probably not as well, we only hop in when Campfire goes down).
We depend on having a nice, customizable native Campfire client. We keep a custom js script in DropBox that Propane (http://propaneapp.com/) loads on startup. We've been able to modify the UI to show avatars, highlight successful/failed builds in Git push notifications, etc.
CF also gives us a few other nice features, like offline transcripts with search, and STARS.
Surely, you can do all this with IRC... and there are other chat apps that people like too. We're hoping that people add support for them to Hubot.
It has some web-oriented features like auto-linkification, condensing long responses, embedding of images, tweets, videos...
It's better to think of Campfire as a client than a protocol; there's nothing it doesn't do that a sufficiently advanced IRC client + logging bot combo can't replicate. I prefer the latter, myself, but I can see the value it adds for many.
Agreed, I should have clarified. We don't just use IRC, but IRC along with other tools to handle pasting text and file uploads. I think what has always bothered me about Campfire (which I'm sure can be solved) is that it's not easy to do thing from the command line. I want to be able to pipe the output of git diff to my pastebin, or upload a log file from a remote machine.
I'm using Wokkel (the bleeding-edge version of the Twisted XMPP lib IIRC); EDIT: if memory serves, I used this as an example: https://github.com/colagrosso/rainbot. Nothing particularly wrong with Wokkel, just the bot itself has grown tremendously ugly.
you shouldnt need to sudo "brew install" commands. if you do, you've messed up the permissions it's setup. there's a part in their faq about why they believe sudo is bad https://github.com/mxcl/homebrew/wiki/FAQ