A simple way to run your own Slack bot for generating awyiss images via the awesome awyisser.
-
Download and deploy this Sinatra app to Heroku or whatever service you prefer.
-
Create a new slash command user integration for your Slack group. Configure your slash command with the following settings:
-
Set the Command to "/awyiss"
-
Set the URL as the one you deployed your app to +
/awyiss
. For Heroku, it will look something likehttps://floating-thunder-7193.herokuapp.com/awyiss
-
Set the Method to "GET".
- Export your slash command's Token as
SLACK_COMMAND_TOKEN
to Heroku / other environment.
/awyiss something awsome happened.
/awyiss very awsome happed.
/awyiss sfw hoi!! im temmie!!
/awyiss sfw lalalala!!!
The awyisser uses Movable Ink's image generator by default. You can choose to use awyisser.com to generate your awyiss image instead by setting USE_AWYISSER_DOT_COM = true
in awyisser.rb
before deploying.
WARNING!!! awyisser may tweet your yisses to @awyisser if you configure the image generator URL to awyisser.com, sooo maybe don't say anything mean or confidential. You shouldn't do that anyway!
Thanks to the wonderful Kate Beaton for writing the comic and @quinnkeast for making the original awyisser. Contributors to this project includes: Ken Sin and Movable Ink.