How to create a scenario that automates Instagram posts?

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!!

Your on the right track. I would suggest you use a database to store all the information you need so that post can also be sceduled.

What I have in my content creation automation is a project manager app I use where I can review anything the automation generates before its finalized.

Something like this has been built before by many people. You can probably find a video or an article of someone making something like this on Make.

Hope this helps!

Are you also downloading the same video file twice? If yes you could probably delete one of those modules.

no, the first time I download only the audio file, the second time I download it is the mp4 video

thanks! which project manager app do you use?

I personally use clickup, but if you want something that is also a database i suggest airtable.