Remix.run Logo
101008 5 days ago

I want to create something that every X hours (could be 6 hours, 8 hours, 12 hours) check if there are news about a certain topic, and if there are and are interesting enough, generate an image, a text, and post it to Instagram.

The second part is done (generating it and posting it), but finding the news is the hardest part, even if I share some RSS feed. Would this help me with my use case or is something completely different?

segmenta 5 days ago | parent | next [-]

This is great, and exactly the type of thing we would love folks to build on Rowboat!

Rowboat has tools to search the web, find HN posts, browse Reddit etc, and you can ask the copilot to build an agent to filter posts based on topics - at the granularity that you want. We have time based triggers, so you can have the agent invoked every x hours.

We have a similar prebuilt template you could checkout: https://app.rowboatlabs.com/projects?shared=N2pJTzyTdh-NdwMi....

101008 5 days ago | parent [-]

I tried using your cloud solution to test this and I couldnt pass the connect to Instagram through Composio. I got a 400 error. I checked Reddit and it never worked. Got tired after trying for a while :(

segmenta 5 days ago | parent [-]

Ah that is unexpected. Do you mind hopping on our discord: https://discord.com/invite/rxB8pzHxaS - we can debug this for you.

101008 4 days ago | parent [-]

Sorry I don't use Discord :(

conception 5 days ago | parent | prev | next [-]

Google used to have news alerts. Have you checked those?

one_d4 5 days ago | parent | prev [-]

I did that using n8n. Quite easy to setup a workflow that reads an RSS feed. Maybe give it a try.

segmenta 5 days ago | parent [-]

Would love to know how you find Rowboat for this!