Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 562 Bytes

File metadata and controls

22 lines (19 loc) · 562 Bytes

Slack Bot

Installation

For the slack based chat interface, additional dependencies are needed that can be installed with

pip install -e ".[slack]"

(or drop the "-e" if not in deval mode)

Environment Variables:

The following additional settings are needed (the settings listed in install.md are also needed) Required:

  • MU2E_SLACK_BOT_TOKEN
  • MU2E_SLACK_APP_TOKEN Optional:
  • MU2E_SLACK_CHANNEL: if a non-default ("llm_test") slack channel is required

Run the Bot

I recommend to do this in a screen session:

mu2e-slack