Simple Slack bot that forwards any direct message to an email address.
~> git clone git@github.com:jcouture/clippybot.git
~> cd clippybot
~> bundle install
These environment variables are required for ClippyBot to function properly.
# Slack API token for the bot
SLACK_API_TOKEN=ABC123
# Twilio Sendrid API key
SENDGRID_API_KEY=XYZ987
# Email address where the direct messages are forwarded
MAIL_TO=info@example.com
~> bundle exec foreman start