slack-threads command - github.com/sethrylan/slack-threads - Go Packages

slack-threads

command module
v0.0.0-...-171467b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 27, 2026 License: MIT Imports: 10 Imported by: 0

README

[!IMPORTANT] Replaced with https://github.com/sethrylan/slack-reader

slack-threads

A CLI tool that lists threaded conversations from a Slack channel. Uses cookie-based authentication via rneatherway/slack to access the Slack API without requiring a bot token.

Install

go install github.com/sethrylan/slack-threads@latest

Usage

slack-threads -channel <CHANNEL_ID> -domain <TEAM_DOMAIN> [-lookback <DAYS>]
Flag Description Default
-channel Slack channel ID (required)
-domain Slack workspace domain (the <domain> in <domain>.slack.com) (required)
-lookback Number of days to look back for messages 7
Example
slack-threads -channel C01ABCDEF -domain myworkspace -lookback 14

Output is a list of Slack URLs linking to each thread parent message found in the channel.

Authentication

This tool uses cookie-based authentication. Run slack-threads and it will prompt for your Slack session cookies. See rneatherway/slack for details.

License

MIT

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL