Get the latest news from an rss feed

Hi!!

Can I get the latest news from an RSS feed? Or, failing that, I think there is a module that allows to analyse the importance of a text, I would like to know if it is possible to make a ‘competition’ to know which text is the best.

This is my scenario, and the idea is that only one news item will reach chatgpt and only this one will be saved in Google Sheet

Thanks in advance

Hi @Sergio_Manzanero,

there are several problems with your scenario.

You don’t need the iterator and aggregator at all if I understood your question correctly.

Firstly, when do you want to trigger the scenario? At specific times?

Since you have to make sure that there are at least two new rss items to compare, I’d to the following:

Module 1: Watch RSS feed items (this is a different rss module than you have right now)

Filter between module 1 and module 2: Check if number of RSS feed items >1 (this also means that if there‘s only 1 new item, it gets lost)

And then the other modules.

I think the first RSS module needs an aggregator though. Not on my Mac right now. I‘ll recreate the scenario and send you an exact answer in a few hours :smiley:

Thanks @Juliusforster,

The scenario would be executed twice a day, for example at 9am and 4pm. I want to keep the last published post, pass it an importance validator (I think it exists in Make but I don’t remember the name) and if it exceeds a minimum, save it and execute more actions, otherwise, go to the second item.

The url rss are several (7), I’ve tried several methods but this is the only one that was functional

All this is for learning, but I like to have functional scenarios.

Hi @Sergio_Manzanero,

I’ve just made a whole video explaining how you’d set this up. Here you go:

Also, here is the Blueprint for the Scenario I’ve created:
blueprint.json (75.9 KB)

I hope this helps :smiley: