https://github.com/eagletmt/slack-thread-expander
Expand threaded messages without "Also sent to the channel"
https://github.com/eagletmt/slack-thread-expander
Last synced: about 1 year ago
JSON representation
Expand threaded messages without "Also sent to the channel"
- Host: GitHub
- URL: https://github.com/eagletmt/slack-thread-expander
- Owner: eagletmt
- License: mit
- Created: 2022-02-13T15:14:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-12T14:45:31.000Z (over 1 year ago)
- Last Synced: 2025-07-07T15:14:56.821Z (about 1 year ago)
- Language: Rust
- Size: 71.3 KB
- Stars: 16
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# slack-thread-expander
Expand threaded messages without "Also sent to the channel"

## Usage
### Setup Slack App
Create a Slack App for slack-thread-expander.
You can use [app_manifest.yml](./app_manifest.yml) to create and configure the Slack App. See https://api.slack.com/reference/manifests for details.
### Setup environment variables for slack-thread-expander
- `SLACK_APP_TOKEN`
- App-Level token https://api.slack.com/authentication/token-types#app
- `SLACK_OAUTH_TOKEN`
- Bot user OAuth token https://api.slack.com/authentication/token-types#bot
### Run slack-thread-expander
```
% cargo build --release
% SLACK_APP_TOKEN=... SLACK_OAUTH_TOKEN=... target/release/slack-thread-expander
```
### Use slack-thread-expander
Invite the Bot user to the target channel. All threaded messages in channels which the bot user joins are expanded.