Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 983 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 983 Bytes

Slack Team Status

Keep tabs on your team while working remotely.

Setup

  1. Install AnyBar
  2. Launch AnyBar (open -a AnyBar) successfully (register with Gatekeeper) and close.
  3. Create virtualenv python3 -m venv .venv
  4. Install requirements pip install -r requirements.txt
  5. Obtain a Slack API Token for the workspace you want to monitor.
  6. Find the Slack user IDs of your teammates.

Running

First Time

./slack_team_status.py --token <YOUR_SLACK_TOKEN> --teammates <USER_ID> <USER_ID> <USER_ID> --save-config

With Saved Config

Once you've run once and the config has been saved, you can simply run

./slack_team_status.py

Help

To view help and more options, run

./slack-team-status.py -h