8000 GitHub - anguyen-patreon/slack-archive: Slack app to automatically archive stale Slack channels
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

anguyen-patreon/slack-archive

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hausmeister

Description

Slack app to automatically archive Slack channels. For more context, see the blog post.

Usage

HM_SLACK_BEARER_TOKEN="xoxb-not-a-real-token" \
  HM_SLACK_SIGNING_SECRET="abcdefgnotarealsecret" \
  HM_CHANNEL_REGEX='^tmp-.*' \
  HM_LAST_MESSAGE_MAX_AGE='30d' \
  HM_ARCHIVE_CHANNELS='true' \
  HM_SEND_MESSAGE='true' \
  node index.js

Slack Setup

Required Scopes

  • channels:history
  • channels:join
  • channels:manage
  • channels:read
  • chat:write

About

Slack app to automatically archive stale Slack channels

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%
0