Slack Serentiy Bot

Getting Started

In Slack:

  • Create a new Custom Integration -> Bot configuration
  • Record the API Token and the username you configured
  • Invite the bot to a channel in Slack
> git clone https://github.com/bennettp123/slack-serenity-bot && cd slack-serenity-bot

# From the command line:
> yarn
> yarn build
> export SLACK_TOKEN={API TOKEN} yarn start

# Using Docker:
> docker build -t serenity .
> docker run -dt --env SLACK_TOKEN={API TOKEN} --name serenitybot --restart=always serenity

To get started with the bot in Slack:

  • Message the bot directly with @username help
  • Or in any channel the bot is in: @username help

License

MIT