Hello
I would like to know if there is a way to prase an RSS feed with Zenno please.
ie: I would like to take the titles, description of an element and repost them somewhere else.
Hello
I would like to know if there is a way to prase an RSS feed with Zenno please.
ie: I would like to take the titles, description of an element and repost them somewhere else.
Hi.
Sure that is possible.
All You have to do is make GET request to your needed RRS feed and you will get back the source code of that feed.
Then using Regular Expression tester you should make regex for each part you are interested in eg. title, content.
Then save it in files on PC or post elsewhere as you require.
Hope that helps