A tool for updating certain things in your Slack Profile: * Status (emoji, text, expiration) * Profile pic
To start using this tool you first need to create an app and connect it to your workspace
Install the binary
bash
cargo install slack_update
Set up your token from the previous step. It will be stored into ~/.config/slack_update/config.toml
bash
slack_update set-token "xoxp-..."
Set emoji, text and expiration (as a unix timestamp)
bash
slack_update status -e ":crazy:" -t gotcha! -x 1337
Set image (with cropping)
bash
slack_update photo -w 150 ./bubble_gum.png
Get further help with
bash
slack_update -h