Skip to content
This repository has been archived by the owner on Jun 14, 2022. It is now read-only.

nullx27/pingbridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Pingbridge ####A message bridge between slack and hipchat

###Config Edit the config.json ######hipchat

  • "auth_token": Hipchat auth token. Create on at https://hipchat.com/account/api (needs following scopes: Send Message, Send Notification, View Messages, View Room)
  • rooms: An array with the rooms to monitor
  • forward_room: Room to display messages from slack
  • room_token: same as auth_token (or you can generate one by going to HipChat.com > Rooms tab > Click the room you want > Select Tokens [BETA] on the left-hand side > generate a new token)
  • keywords: List of keywords to bridge the to slack
  • ping_template: message template for the forwarded message

######slack

  • auth_token: Slack auth token: Create an bot at https://my.slack.com/services/new/bot and copy the token
  • forward_room: Room to display messages from hipchat (example: '#ping')
  • keywords: List of keywords to bridge the to hipchat
  • ping_template: message template for the forwarded message

###Other things Make sure to invite the slack bot to the channels that should be monitored.

###Run the bridge Just run node main.js

About

Message bridge between slack and hipchat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published