jcouture / clippybot

Simple Slack bot that forwards any direct message to an email address.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ClippyBot

Simple Slack bot that forwards any direct message to an email address.

Installation

~> git clone git@github.com:jcouture/clippybot.git
~> cd clippybot
~> bundle install

Environment Variables

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

Usage

~> bundle exec foreman start

About

Simple Slack bot that forwards any direct message to an email address.

License:MIT License


Languages

Language:Ruby 100.0%