Skip to content

steverice/SlackTeamStatus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Keep tabs on your team while working remotely.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages