18 releases
0.5.0 | Sep 14, 2024 |
---|---|
0.4.3 | Feb 25, 2024 |
0.4.0 | Jan 3, 2024 |
0.3.3 | Nov 3, 2023 |
0.1.3 |
|
#765 in Command line utilities
53 downloads per month
65KB
694 lines
rslack
Setting
-
Create OAuth Token OAuth & Permissions
- User Token Scopes
- channels:read
- chat:write
- OAuth Tokens & Redirect URLs
- Install App to Workspace
- Tokens for Your Workspace -> copy OAuth Access Token
- User Token Scopes
-
Setting OAuth Token
export RSLACK_TOKEN=your-token
Usage
# Install
brew install kohbis/rslack/rslack
# Configuration
# If both are set, use the value of `.rslack
export RSLACK_TOKEN=your-token
# or
echo "RSLACK_TOKEN=your-token" > ${HOME}/.rslack
rslack
Local Build & Run
# Configuration
# and
cargo run --release
Test
cargo test
Dependencies
~8–19MB
~272K SLoC