brandonshin/slackbot-workout

Office hours?

keeth opened this issue · 7 comments

keeth commented

How do you make it 'sleep' during off hours? Or does everyone need to set their status to away?

It does appear to ignore /away users, but it may still send a @channel group exercise in the wee hours of the morning. You could certainly start and stop with a cron, but office hours would be a great addition.

I added rudimentary support for this here:
#20

Nice work! Thanks!

awesome! thanks @slinlee @craig-davis I'll check/test it and pull it in later today 👌

thanks @keeth for the comment as well.

@brandonshin yeah, let me know if you have any comments or suggestions for cleaning it up. It was a pretty quick add :)

We're having a lot of fun with this at the office so far.

Just updated the PR to include the config toggle for turning the officehours feature on and off. Check it out.