Crates.io | slack_update |
lib.rs | slack_update |
version | 0.1.7 |
source | src |
created_at | 2023-07-16 10:49:43.69973 |
updated_at | 2023-07-19 20:07:15.984178 |
description | simple app to set Slack status, emoji and photo |
homepage | |
repository | |
max_upload_size | |
id | 917726 |
size | 10,008,049 |
A tool for updating certain things in your Slack Profile:
To start using this tool you first need to create an app and connect it to your workspace
Install the binary
cargo install slack_update
Set up your token from the previous step. It will be stored into ~/.config/slack_update/config.toml
slack_update set-token "xoxp-..."
Set emoji, text and expiration (as a unix timestamp)
slack_update status -e ":crazy:" -t gotcha! -x 1337
Set image (with cropping)
slack_update photo -w 150 ./bubble_gum.png
Get further help with
slack_update -h