Yes, write a Python script and use it using {script:/path/to/yourscript.py} like this: Code: import feedparser f = feedparser.parse('http://example.org/feed.rss') print f.entries[0].title
import feedparser f = feedparser.parse('http://example.org/feed.rss') print f.entries[0].title