:squirrel: Ultimate Slack Incoming Webhooks proxy
- Python
$(cat .python-version)
- RabbitMQ
- aiohttp - Server-side framework
$ python -m venv venv
$ . venv/bin/activate
$ pip install -r requirements.txt
$ python app.py # for web server
$ python worker.py # for asynchronous worker
$ pip install -r requirements-dev.txt
$ pytest
$ 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
MIT © Emoji Generator