Skip to content

criteo/suppary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Supparize

A CLI tool to fetch and summarize your Slack threads.

Requirements

  • Python 3.12+
  • uv package installer
  • Slack Bot Token with the following scopes:
    • channels:history
    • channels:read
    • groups:read
    • im:read
    • mpim:read

Installation

Using uv:

uv sync

Configuration

Set your Slack Bot token as an environment variable:

export SLACK_TOKEN="xoxb-your-token"

Basic usage - fetch threads from multiple channels

uv run supparize general announcements

Specify end date

uv run supparize general --end-date 2024-03-20

Customize lookup duration

uv run supparize general --duration 14

Combine options

uv run supparize general announcements --end-date 2024-03-20 --duration 14

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages