You use widgets in Twitter for embedding Twitter timelines into your website and this Google Script will convert those widgets into RSS format. Thus you will be able to subscribe to Twitter RSS Feeds in IFTTT, Feedly, or another RSS Reader. function getTweets(id) { try { var widget, json, tweets, regex, tweet, list, time, url, when, rss, heading, title, link; title = 'Twitter RSS Feed :: ' + id; l