Skip to content

elliott-davis/slack_thread_summarizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A slack bot to summarize conversations in slack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages