https://github.com/jasonmit/hipchat-bot
Lightweight and easily extendable hipchat bot
https://github.com/jasonmit/hipchat-bot
Last synced: 2 months ago
JSON representation
Lightweight and easily extendable hipchat bot
- Host: GitHub
- URL: https://github.com/jasonmit/hipchat-bot
- Owner: jasonmit
- Created: 2014-04-15T01:48:42.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-07T05:07:09.000Z (almost 11 years ago)
- Last Synced: 2025-02-10T04:44:08.276Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 258 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hipchat bot built on node.js
### Built as a very quick hack to add notification alerts over hipchat for ember blog posts and updates.## Prerequisites
* NodeJS: If you don't have nodejs, please [install it first](http://nodejs.org/download/). If you're using OSX, [Homebrew](http://brew.sh/) is highly recommended for managing node and other dependencies.
## FAQs
* How do I use this? Simple.
* Rename `conf/hipbot_sample.json` to `conf/hipbot.json`
* Open `conf/hipbot.json` and insert your hipchat API (v2) key
* `npm install`; `npm start`
* Sit back and wait. Whenever emberjs.com updates their blog or releases a new stable build, your hipchat channel will be alerted## TODO
* Add better error handling
* Add documentation on how to build scrapers and actions
* Unit Tests