kawarimidoll/Slack Daily Digest

Generate a daily digest from Slack channels and DMs using session tokens (no admin permissions required)

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
slack-tokenSlack session token (xoxc-...)yes
slack-cookieSlack d cookie (xoxd-...)yes
slack-workspaceSlack workspace name (e.g. your-workspace)yes
must-read-keywordsJSON array of keywords for must-read extraction (e.g. ["myname", "important"])[]
must-read-mentionsJSON array of mention groups for must-read (e.g. ["channel", "here"])["channel", "here"]
include-public-channelsパ��リックチャンネル��含めるtrue
include-private-channelsプライベートチャンネルを含めるfalse
include-group-dmsInclude group DMsfalse
include-direct-dmsInclude 1:1 DMsfalse
target-channelsJSON array of channel names to include even if not joined (e.g. ["general", "announce"])[]
exclude-channelsJSON array of channel names/prefixes to exclude, suffix * for prefix match (e.g. ["notify-*", "random"])[]
exclude-url-hostsJSON array of hosts to exclude from link extraction (e.g. ["slack.com"])["slack.com", "meet.google.com"]
hours-backHours of history to include24
llm-modelLLM model for summarization (GitHub Models API)openai/gpt-4.1-mini
output-dirOutput directory for digest files./output
namedescription
digest-pathPath to the generated digest markdown file