GitXplorerGitXplorer
e

slack_thread_summarizer

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
1a145a55c03cd58fdfd45342de7aaf833a84265d

add ability to use llm or general summarizer

eelliott-davis committed a year ago
Unverified
9f1c3cbc629f790cbab15f1e0f16fbcb55b4cd28

remove dependency on haystack

eelliott-davis committed a year ago
Unverified
12c41d25982aca3d290b8a68d1e4d6d93cabac2f

Initial Commit

eelliott-davis committed a year ago
Verified
89cf42a318db14b995d31d80e70b7c5952b81f81

Initial commit

eelliott-davis committed a year ago

README

The README file for this repository.

Thread Summarizer

A slack bot built using bolt to summarize slack threaded conversations.

Setup

Set the environment variables for:

  • SLACK_BOT_TOKEN (starts with xoxb)
  • SLACK_SIGNING_SECRET
  • SLACK_APP_TOKEN (starts with xapp)

Permissions

You need to configure your bot with the following permissions:

  • app_mentions:read
  • channels:history
  • channels:join
  • channels:read
  • chat:write
  • commands
  • groups:history
  • im:history
  • mpim:history
  • users:read

Events

The only event this bot listens for is app_mention