I’m doing a Telegram bot that transcribes voice messages I send to him, using Google Cloud Speech-to-text API. I’m using the async method as most messages are more than a minute long. It kind of works, it doesn’t raise any errors but I get no results.
Wow! I am impressed by the fact you were able to crack this with the help of @samliew! It is truly great to see Makers improve and get more proficient at using Make.
Thanks a lot for keeping the community in mind and coming back here with additional information and solution.
I attach the blueprint in case anyone wants to use it. Instead of sleeping for 2 minutes or whatever. First, it sleeps for a while, and then it enters a loop where it checks if it’s finished. When it’s finished, it merges all the responses into one Telegram message.
Remember to change the first filter before the first router, it only allows messages from my username to avoid anyone from using the bot.