I\'m building a Google Reader client and wonder if it\'s possible to access a user\'s profile image (aka avatar) directly. When I navigate to the images in Reader itself, I find that they point to URL
I\'m using the feedparser library in python to retrieve news from a local newspaper (my intent is to do Natural Language Processing over this corpus) and would like to be able to retrieve many past en
I would like to programmatically retrieve Google Reader\'s feed stats开发者_如何学C for my own site\'s RSS feed. In particular, I\'d like to get the \"liked\" count, to incorporate it into scoring fee
I wrote this function to get the unread count of google reader items. function GetUnread($sid) { $url = \"http://www.google.com/reader/api/0/unread-count?all=true&output=xml\";