Creating RSS feed reader in Anvil

Hello! I would like to create an RSS feed reader/viewer. I already have the RSS feed link, but what would be the easiest way to display these articles for viewing?

Open to any suggestions or ideas…

Thanks!

Hi @manance1,

It’s not something I’ve built before but you could try using the feedparser library to read the feed. Then, you could try adapting our News Aggregator tutorial to display the results.

Hopefully that gives you a good starting point.

Thanks,
Ryan

2 Likes

Thank you!

So I used feedparser to get basic info from the feed. How would you go about displaying it?

I’m extremely new to coding so anything helps.