| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Slack

Page history last edited by Scott Kiesel 8 years ago

The slack channel is a great place to get in touch, leave messages, etc. We used to use IRC but that always required bouncers and znc and a few other things to keep backlog and such. Slack will manage this for us and will also allow for easy sharing of images and videos of your research whenever you like.

 

It has a bunch of other neat features like app integration and webhooks.

 

Using a simple webhook we can send notifications to the slack channels associated with our team. Feel free to use the script sendSlackNotification.bash which is located in the group/bin directory to post messages directly into the slack from the AI machines. For example, adding the following to the start and end of your experiment runs would keep everyone up to date on what it happening with your runs:

 

sendSlackNotification.bash "#experiments" "experiment_bot" "Scott just started running experiments"

#all of your experiment runs

sendSlackNotification.bash "#experiments" "experiment_bot" "Scott's experiments just finished"

Comments (0)

You don't have permission to comment on this page.