>>> import feedparser, pprint >>> feed = feedparser.parse("http://kuler-api.adobe.com/rss/get.cfm?listtype=rating&key=YOURKEYHERE") >>> pprint.pprint(kulerCCs[0]) {'authorid': u'117768', 'authorlabel': u'mariagroenlund', 'href': u'http://kuler-api.adobe.com/kuler/themeImages/theme_492199.png', 'id': u'http://kuler.adobe.com/index.cfm#themeID/492199', 'summary': u'
\n\t\t\t\t \n\t\t\t\t Artist: mariagroenlund
\n\t\t\t\t ThemeID: 492199
\n\t\t\t\t Posted: 06/02/2009
\n\t\t\t\t \n\t\t\t\t\t Tags: \n\t\t\t\t\t bluish, colorful, fresh, green, healthy, lime, orange, peacock, sparkling, vital\n\t\t\t\t
\t\n\t\t\t\t \n\t\t\t\t\tHex:\n\t\t\t\t\t004358, 1F8A70, BEDB39, FFE11A, FD7400', 'themetags': u'bluish, colorful, fresh, green, healthy, lime, orange, peacock, sparkling, vital', 'themetitle': u'Vitamin C', 'title': u'Vitamin C', }
====== references ====== *[[http://kuler.adobe.com/#themes/newest?time=30|Kuler]] *[[http://www.colourlovers.com/api|ColourLovers API]] *[[http://learn.adobe.com/wiki/display/kulerdev/A.%20Kuler%20API%20Documentation|A. Kuler API Documentation]] *[[http://feedparser.org/|feedparser]] *[[http://registry.gimp.org/node/10325|Import Kuler (ASE) palettes]] *[[http://www.colourlovers.com/|colorlovers]]