| Next revision | Previous revision |
| 색상표 [2009/07/08 09:17] – created suapapa | 색상표 [2013/08/03 05:04] (current) – external edit 127.0.0.1 |
|---|
| | <code python> |
| | >>> 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'<img src="http://kuler-api.adobe.com/kuler/themeImages/theme_492199.png" /><br />\n\t\t\t\t \n\t\t\t\t Artist: mariagroenlund<br />\n\t\t\t\t ThemeID: 492199<br />\n\t\t\t\t Posted: 06/02/2009<br />\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 <br />\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', |
| | } |
| | </code> |
| | ====== references ====== |
| *[[http://kuler.adobe.com/#themes/newest?time=30|Kuler]] | *[[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]] |