This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env ruby | |
# | |
# Instructions: | |
# 1. Get personal Slack legacy tokens from https://api.slack.com/custom-integrations/legacy-tokens | |
# 2. Save this in ~/bin/ss and add $HOME/bin to your PATH so that you can invoke it easily. | |
# 3. Add custom status presets below. | |
# 4. Run `ss lunch` to test | |
require 'net/http' | |
require 'json' |
OlderNewer