Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neiltron/erknugs
Hook.io irc bot with webhooks for deploy notifications
https://github.com/neiltron/erknugs
Last synced: 14 days ago
JSON representation
Hook.io irc bot with webhooks for deploy notifications
- Host: GitHub
- URL: https://github.com/neiltron/erknugs
- Owner: neiltron
- Created: 2012-01-31T18:32:08.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-21T02:15:00.000Z (over 11 years ago)
- Last Synced: 2024-10-19T00:19:36.799Z (27 days ago)
- Language: JavaScript
- Homepage:
- Size: 4.09 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
***This is no longer maintained***. I took my own advice and started using hubot instead.
Erknugs is an irc bot for announcing development-related events to your team's irc channel.
It implements an irc client and a webhook server. The webhook server currently listens for commit messages from Github, deploy notifications from Heroku, and exceptions from Exceptional and Sentry.
# Usage
```
git clone [email protected]:neiltron/erknugs.git; cd erknugs; vim config.json; node bin/erknugs
```# Disclaimer
This is one of few times I've used node.js. It isn't pretty. I won't be supporting this in any way outside of my own hacks and needs, though I'll gladly accept pull requests.You should really probably just use [hubot](http://hubot.github.com/).