Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stahnma/hipchat-standup
Summarize your standups in hipchat
https://github.com/stahnma/hipchat-standup
Last synced: 26 days ago
JSON representation
Summarize your standups in hipchat
- Host: GitHub
- URL: https://github.com/stahnma/hipchat-standup
- Owner: stahnma
- License: wtfpl
- Created: 2015-06-05T22:53:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-26T17:04:03.000Z (over 9 years ago)
- Last Synced: 2023-04-12T16:22:20.787Z (over 1 year ago)
- Language: Ruby
- Size: 149 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Standupbot
Have you ever done a standup in hipchat and then wanted a summary that wasn't scrolling by quickly? Well this is the utility for you.
# How it works
After you set some configuration information via the environment, you run the tool. It looks for #standup in your channel on that day and displays the output or optionally emails it to somebody.
# Configuration Options:
HIPCHAT_ROOM # Name of the room to scour
HIPCHAT_API_TOKEN # your api key for hipchat (v1 api)"
ENABLE_EMAIL # by default no email is sent, just stdout."
EMAIL_TARGET # who you send the email to? "
EMAIL_FROM # who sends the standup email?" - this should be valid email address, or else it won't always go through.# Usage
export HIPCHAT_API_TOKEN=blahblahblahblah
bundle install --path gems
bundle exec ./standup-bot.rb# Bugs
There are probably bugs, fix them. Patches accepted.