Keep tabs on your team while working remotely.
- Install AnyBar
- Launch AnyBar (
open -a AnyBar
) successfully (register with Gatekeeper) and close. - Create virtualenv
python3 -m venv .venv
- Install requirements
pip install -r requirements.txt
- Obtain a Slack API Token for the workspace you want to monitor.
- Find the Slack user IDs of your teammates.
./slack_team_status.py --token <YOUR_SLACK_TOKEN> --teammates <USER_ID> <USER_ID> <USER_ID> --save-config
Once you've run once and the config has been saved, you can simply run
./slack_team_status.py
To view help and more options, run
./slack-team-status.py -h