Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/raulanatol/slack_proxy

Slack proxy
https://github.com/raulanatol/slack_proxy

Last synced: about 1 month ago
JSON representation

Slack proxy

Awesome Lists containing this project

README

        

Slack proxy
===========

Proxy to keep communication between Slack an another application.

Heroku deploy
=============

```bash
heroku apps:create
heroku config:set 'SLACK_WEBHOOK=https://hooks.slack.com/services/.../.../...'
heroku config:set 'SLACK_USERNAME=Slack proxy'
heroku config:set 'SLACK_ICON_EMOJI=:space_invader:'
heroku config:set 'SLACK_CHANNEL=#notif_ops'

git push heroku master