- Sets one's Slack Status via the command line
This is utilizing the Slack oauth Apps Token. One must create an application in
slack and install the app into the desired workspace. When creating the
application it'll need the users.profile:write
permission scope.
Take the token provided by slack and set this in to the SLACK_TOKEN
environment variable.
go install github.com/jtslear/slack-status
- `slack-status set :emoji: [status]
slack-status set :lunch: out to eat
- Uses cobra
- This is using the go11 modules experiment
- So you'll want go version 1.11+
- fork this repo
- clone the fork
cd
into wherever you cloned itgo build
- have fun