I was wondering if it was possible to have a web service running on Flask to execute a function at a certain time every day.
I'm making a Slack bot with Flask and Python, and I want the bot to send out a reminder every day at 6:00 to a channel.
Is it possible to keep track of the current time continuously, and only perform an action once the current time equals a set time?