Hello everybody,
I am stuck with this scenario and hope someone can help me.
I am trying to build an automatic repost scenario to grow my Instagram page automatically by only reposting viral food videos.
I am not sure if there is a better way to do this, but this is what I have set up so far:
- First sheets have rows of links to Instagram pages I want to repost from.
- Apify runs a scraping actor called “Instagram scraper.”
- Apify module formats the data.
- Then, in between, there is a filter for +200,000 likes.
- OpenAI recreates a caption and gives the original author credit: “Reposted from @.”
- The OpenAI result is formatted in JSON.
- The reels get reposted on Instagram.
My problem is: I have many different creators/authors’ links in my sheets that I want to repost from. But I want it to be a new author I repost from each time I post.
And I really don’t know how to do this, because in my current scraping actor, I scrape a whole profile one at a time and then get, e.g., 200 posts. In the sheets, I want it to go 1 link down each time a post is reposted, and then, for the next cycle (my cycle is twice a day), repost from the next account. Then when there is no more links left in the sheets, I want it to start over, with the first author, but another post.
Is there an expert who can help me out here?
Best regards,
Andreas