yamimi Posted May 4, 2009 Report Share Posted May 4, 2009 Hi!Since I read some topics about RSS counter here but nothing conclusive, I want to know if already exists a docklet that displays the unread rss of google reader.Actually I tried to built one just modifying the Judge's GMail Notifier (for RK Launcher), but I was totally failed in.It's possible to create something using the the XML Meter Class?And about this API? It can help?http://code.google.com/p/pyrfeed/wiki/GoogleReaderAPI(just to let you know, i'm a noob in programming) Link to comment
matonga Posted May 4, 2009 Report Share Posted May 4, 2009 Yes, the API can help.If you read thoroughly, there's something they call layer1 + layer2. This combination gives you access to items with 'read' and 'kept-unread' states, and you can use the List API with the unread-count option.Indeed, read the whole API. If there's something you're unsure about, try with you browser, issue requests directly to Google servers through it, for example:http://www.google.com/reader/api/0/unread-countOf course, remember to log in first. Also I'm not sure if this just works or you need an API key. Whatever, it seems the documentation you posted is all you need to interact with Google Reader and write a docklet for GReader users. Link to comment
parry Posted May 4, 2009 Report Share Posted May 4, 2009 I would love for someone to make this. Link to comment
yamimi Posted May 5, 2009 Author Report Share Posted May 5, 2009 Thank you for the tips Matonga. I'll try do develop something and see what happens. But I'm not sure that I can do it... Any kind of help will be welcome! Link to comment
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now