https://github.com/karancode/hipchat-slackinvite-integration
Hipchat integration for getting yourself an invite to slack workspace!
https://github.com/karancode/hipchat-slackinvite-integration
Last synced: 9 months ago
JSON representation
Hipchat integration for getting yourself an invite to slack workspace!
- Host: GitHub
- URL: https://github.com/karancode/hipchat-slackinvite-integration
- Owner: karancode
- License: mit
- Created: 2018-08-13T14:23:21.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-22T20:58:24.000Z (almost 7 years ago)
- Last Synced: 2025-02-17T05:57:19.174Z (over 1 year ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hipchat-slackinvite-integration
[](https://circleci.com/gh/kdthanvi/hipchat-slackinvite-integration)
Hipchat integration for getting yourself an invite to slack workspace!
## Deploy
### Backend API [](https://heroku.com/deploy)
### Hipchat Integration
* Create your own integration in hipchat: [Build your own integration](https://confluence.atlassian.com/hc/integrations-with-hipchat-server-683508267.html).
* Make sure to check **Add a Command**
* You slash command **must be** `/invite`.
* Add the url to post. In this case it will be `https:///invite`. Make sure to put _/invite_ after the app-name as written in the url.
* Save.
## Configs
* `slack_ws` : Required! Your slack workspace name.
* `slack_token` : Required! Your slack workspace legacy token.
* `hipchat_company` : Required! Your hipchat company name for hipchat url. If not * sure, put 'api' without quotes.
* `hipchat_token` : Required! Your hipchat room (send notification) token.
* For local : _Edit the `config.js` file with your values._
## Docker
* Run : `docker run -d -p 8080:8080 dockt/hipchat-slackinvite-integration`
* Docker image : [dockt/hipchat-slackinvite-integration](https://hub.docker.com/r/dockt/hipchat-slackinvite-integration/)