Crates.io | rslack |
lib.rs | rslack |
version | 0.5.0 |
source | src |
created_at | 2021-11-23 03:18:30.225586 |
updated_at | 2024-09-14 05:48:36.42666 |
description | cli for posting slack message |
homepage | |
repository | https://github.com/kohbis/rslack |
max_upload_size | |
id | 486010 |
size | 134,604 |
Create OAuth Token OAuth & Permissions
Setting OAuth Token
export RSLACK_TOKEN=your-token
# 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
# Configuration
# and
cargo run --release
cargo test