Python/Hatena provides unified methods to obtain Hatena Bookmark data by wrapping a series of Hatena Bookmark API and RSS feeds into one module. You can obtain data from Hatena Bookmark intuitvely than original XML-RPC. Its query API like .titles_urls are refer to Django Framework's one. Example>>> import hatena PrerequisitesYou need simplejson and feedparser modules to use Python/Hatena moduleDownloadhatena.py |