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

Latest commit

 

History

History
58 lines (41 loc) · 1.69 KB

README.md

File metadata and controls

58 lines (41 loc) · 1.69 KB

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