hpreston / webexteamsbot

Python package for creating Webex Teams chat bots.
MIT License
54 stars 33 forks source link

How to add periodic event to the bot. #7

Open yoavcaspi opened 4 years ago

yoavcaspi commented 4 years ago

Description

I want the bot to do something active, i.e. every 10 minutes send a message

What I Did

Could not find in the code how to do it.

Paste the command(s) you ran and the output.
If there was a crash, please include the traceback here.
darrenparkinson commented 3 years ago

Would you maybe run that as a separate process? I guess it depends what you need the bot to do. We have a few processes that use the same bot token to perform tasks and send notifications as the bot if that makes sense?