🦁 Self hosted version of a Slack thread summarizer Catch up with long threads in Slack without needing ngrok or a tunneling service to capture events How it works Create a Slack app and run it in socket mode text Set the SLACK_APP_TOKEN, SLACK_BOT_TOKEN and OPENAI_API_KEY in the repository secrets Optionally deploy the app to your Kubernetes cluster using the helm chart How to run locally docker build -t leo . docker run -e SLACK_APP_TOKEN= -e SLACK_BOT_TOKEN= -e OPENAI_API_KEY= -e MAX_SUMMARY_BULLETS=5 leo