A Slack app backend to generate customized gravestones via /rip [message]
.
- Python 3 w/ pip
pip3 install -r requirements.txt
to fetch python dependenciespython3 rip.py
to run the app- ???
- Profit
The application is hosted on Heroku at ultra-rip.herokuapp.com.
Pushes to the master
branch will automatically deploy.
The Slack slash command should POST to /rip
.
The discord bot requires a DISCORD_TOKEN
environment variable to be set to a valid bot
token. The bot needs permission to send messages and attach files.