A CLI tool to fetch and summarize your Slack threads.
- Python 3.12+
- uv package installer
- Slack Bot Token with the following scopes:
channels:history
channels:read
groups:read
im:read
mpim:read
Using uv:
uv sync
Set your Slack Bot token as an environment variable:
export SLACK_TOKEN="xoxb-your-token"
uv run supparize general announcements
uv run supparize general --end-date 2024-03-20
uv run supparize general --duration 14
uv run supparize general announcements --end-date 2024-03-20 --duration 14