A very simple Slack bot based on the popular Parks and Rec character Ron Swanson (see here: https://www.youtube.com/watch?v=Tch4v0L0GHA).
Built using the jclg/php-slack-bot framework and the Ron Swanson Quote API.
If you want to use the Slack bot in your workspace follow these instructions:
- Check out this repository
- Go to
https://[YOUR WORKSPACE].slack.com/services/new/bot
and fill out the details of what you want your bot to be called. - Add your API token to
bot.php
line 24 - Run
php bot.php
from your terminal to start the bot or alternatively host this code on a live server with thebot.php
file running to make sure Ron is always present.