Django based app for linking two Slack channels together
Inspired by https://github.com/ossobv/slackbridge
Why Django: Admin panel to add users, dynamically add bridges
- clone the repo
- create virtualenv
- activate virtualenv
pip install -r requirements.txtpython manage.py makemigrationspython manage.py migrate# you'll be prompted for a new superuserpython manage.py runserver- goto the url for your app, add
/admin, login - add a bridge
Enjoy !
Some Slack related notes:
- You need on outgoing webhook from the source channel, pointing to
http://yoursite.com/bridge/# the trailing slash is needed - you need at least one incoming web hook as a destination for your bridge, and the destination channel-name