slack-user-presence-notifier

Display desktop notifications when a user goes online/offline in slack

Usage no npm install needed!

<script type="module">
  import slackUserPresenceNotifier from 'https://cdn.skypack.dev/slack-user-presence-notifier';
</script>

README

slack-user-presence-notifier

npm version

Display desktop notifications when a user goes online/offline

Install

npm install -g slack-user-presence-notifier

Usage

You will need a token per slack team, grab one from here: https://api.slack.com/docs/oauth-test-tokens

Then type:

slack-user-presence-notifier --token YOUR_SLACK_TEST_TOKEN

Full arguments list:

--me     : Send notification when your presence changes (could be useful when network goes off/on).
--token  : Set your per team slack token, information on how to get a token
           can be found here (https://api.slack.com/docs/oauth-test-tokens).

--help   : to show this information.

License

MIT