Have all of your team's public chats running in the CLI. Just for kicks.
Profile pictures, images, gifs, and links are supported.
iTerm is needed as Slack Team Watcer
outputs grapics in an iTerm format
While there are quite some steps it only takes 1-2 minutes to install.
- Run
git clone git@github.com:freeall/slack-team-watcher.git
- Run
npm install
- Run
npm run setup
. A Request URL will be outputted. Note that the setup will not exit until step 5 has completed successfully. - Go to https://api.slack.com/apps
- Create App. Choose any
App Name
. Choose your workspace as theDevelopment Slack Workspace
- Enable event. Request URL should be the one outputted to you in step 2.
- Subscribe to Workspace Events:
message.channels
- Create Bot User:
Team Watcher
/team_watcher
- OAuth Scopes:
channels:history
,channels:read
,files:read
,users:read
- Install the app on your team
- Edit
local.json
and insert the tokens from the Slack app - Run
npm run start
Now you should be able to see the messages coming in š¤”
Sometimes if you've had Slack Team Watcher turned off too long Slack will stop sending events to you. In that case go to https://api.slack.com/apps, find Slack Team Watcher
, go to Event Subscriptions
and turn it off and on again.