Relative Content

Tag Archive for pythonasynchronouspython-asyncioslack-api

How to send progress message in Slackbot

I have this slackbot that performs a long running task when it receives a message. I want to send an initial “Loading..” message, then if the execution time of the task is taking longer than ~15 seconds, I update the previous message to say “Still loading…”.