Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.
/ web-slack-proxy Public archive

Ultimate Slack Incoming Webhooks proxy

License

Notifications You must be signed in to change notification settings

emoji-gen/web-slack-proxy

Repository files navigation

Slack Proxy for Emoji Generator

CircleCI Requirements Status Codacy Badge Osushi

:squirrel: Ultimate Slack Incoming Webhooks proxy



Requirements

  • Python $(cat .python-version)
  • RabbitMQ

Libraries

Getting started

$ python -m venv venv
$ . venv/bin/activate
$ pip install -r requirements.txt

$ python app.py    # for web server
$ python worker.py # for asynchronous worker

Test

$ pip install -r requirements-dev.txt
$ pytest

Publish

Requirements

Commands

$ heroku create
$ heroku addons:create rabbitmq-bigwig:pipkin
$ heroku config:set ROOT_LOG_LEVEL=INFO
$ heroku config:set PYTHON_ENV=production
$ heroku buildpacks:add -i 1 https://github.com/mars/heroku-buildpack-gnu-parallel -a appname
$ git push heroku master

License

MIT © Emoji Generator