You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I will leave some helpful information on Slack (for me or s.o. else who wants to work on that) ...
Slack allows writing user's status, see here. The required token can be retrieved in the way described here.
We have two options:
watson sends HTTP requests to slack when the user starts or stops work. This way requires the user set it's credentials & token once in watson's config (or some ENV var).
Periodically checking .config/watson/state and updating Slack/Teams status accordingly - not sure if this is in scope of this repository.
A generic way to call any script as a hook for watson start/stop would be great as a start, because there's a gazillion use cases for such hooks (Slack/Teams included).
Imagine you stop your project with
And your status indication in Slack/Teams changes to "afk" or something similar.
A way to bind a hook to the currently active frame for a shell script or something would be helpful for such integrations...
Feel free to close if it is redundant, not in scope of Watson
The text was updated successfully, but these errors were encountered: