Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 865 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 865 Bytes

A bot that hangs out in the UC Tech Slack team and welcomes new members as they join the workspace.

Configuration

The bot expects the following environment variables.

Variable Name Notes
BOT_TOKEN required Your bot token.
CLIENT_ID required Your app's client id.
CLIENT_SECRET required Your app's client secret.
CLIENT_SIGNING_SECRET required Your app's client signing secret.

Add them to your .env file for local development, or as config variables to your hosting environment, e.g. Heroku.

Customizing the welcome message

Update welcome.txt found in this project.

Attribution

This bot was created using the Botkit starter kit for slack.