I’m building a scenario that should automate Instagram posts.
It has to search for an audio file in Google Drive, then transcribe it (with Whisper), then send that transcription to ChatGPT for it to create a post description based on the transcription, then search for the video and upload it to Instagram with that description generated.
(At first I wanted to upload a video in Google Drive and get a transcription fromthe video but I couldn’t find any tool to do that, that’s why I’m adding this extra step of just uploading the audio and then fetching the video in a different module.)
I do not know if I am on the right path or not, I’m still learning how to use Make and I do not know if I should use a router at some point or a filter, I have doubts because the scenario looks very ‘plain’, basic…
If someone could give me a hand I’d deeply appreciate it!!