Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 890 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 890 Bytes

timeularslack

Integration between Timeular and Slack status

Config:

This script requires three environment variables to be set:

  • TIMEULAR_KEY : API Key provided by Timeular
  • TIMEULAR_SECRET : API Secret provided by Timeular
  • SLACK_API_TOKEN : Slack API Key provided by Slack

Then upload the Azure Function to run as a timer at whatever interval you want your Slack status updated. The script will run and select the appropriate Emoji and Slack status message.

Define new status messages in the script and name the Timeular side to match. Current ones include:

  • Lunch
  • Meeting
  • Office
  • Out of Office
  • Phone

There's an additional one called Mystery you can add to your Timeular. This sets your Emoji to a random fun Emoji and then pulls a dad joke from icanhazdadjoke.com and uses that for your status. New joke every time the Azure function is run.