Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 830 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 830 Bytes

UltraRip

A Slack app backend to generate customized gravestones via /rip [message].

UltraRip

Running Locally

Dependencies

  • Python 3 w/ pip

Setup

  • pip3 install -r requirements.txt to fetch python dependencies
  • python3 rip.py to run the app
  • ???
  • Profit

Deployment

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.

Discord

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.