ZywaveLabs / Retrospectre

MSOE SDL project.
http://retrospectre.zywave.com
MIT License
5 stars 2 forks source link

Create Slackbot and/or Hipchat bot #111

Open Awkewainze opened 8 years ago

Awkewainze commented 8 years ago

Create a bot that can create and link a room in Slack or Hipchat (as well as the front facing APIs needed for it to interact with)

Our team currently uses Slack, so we would mostly likely create that one, but we would make it in a public repo so it should be easy to port to Hipchat.

Awkewainze commented 7 years ago

This requires a valid SSL Cert on the Meteor server to allow for Slack (not sure about Hipchat) to make calls to it.

cruikshj commented 7 years ago

I suggest using the MS bot Framework (https://dev.botframework.com/). Should allow you to expose it to multiple channels without redeveloping.

might be overkill :)