Digital Marketing

How to Combine Multiple RSS Feeds with Google Scripts

This Google Script takes 2 or more RSS feeds and mashes them up into a JSON feed that you can call from an external app by publishing the script as a web app. Internally, the script uses URLFetchApp to fetch the XML feed and parses it using the Xml service.

This can also be used for single widgets that output data from multiple RSS feeds.

Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database