Skip to content

brynemorgan/slack_status

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

slack_status

A simple script to update Slack Status based on wifi locations.

  1. Obtain an API token from Slack
  2. Edit slackstatus.sh to include your API key
  3. Edit local.status.plist to point to your local Application Support folder (change kellycaylor to your user name)
  4. Change the values of $ssid and status_text, and status_emoji in the API calls (curl commands) to the stuff you want.
  5. Put local.status.plist in your ~/Library/LaunchAgents folder
  6. Put slackstatus.sh in your ~/Library/Application Support directory and make sure it is executable (e.g. > chmod 775 slackstatus.sh).

Notes: These strings in your API calls need to be URL encoded. Emoji names must match the Slack-approved emoji for your organization (e.g. :coffee:)

About

A simple script to update Slack Status based on wifi locations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Shell 100.0%