Does Google Reader have an API and if so, how can I get the count of the number of unread posts for a specific user knowing their username and password?
|
18
|
|||||
|
|
|
This URL will give you a count of unread posts per feed. You can then iterate over the feeds and sum up the counts. http://www.google.com/reader/api/0/unread-count?all=true Here is a minimalist example in Python...parsing the xml/json and summing the counts is left as an exercise for the reader:
And some additional links on the topic: |
|||
|
|
|
|
It is there. Still in Beta though. |
||||||
|
