There is a nice API for bloglines web services written in Python, it is called, pybloglines and can be obtained from here.
There are also some good examples. I’ll use this API to extract new unread posts from a Bloglines account and then store each post with its contents into an XML file for further processing.
The goal is to obtain posts ( with contents ) that I can date and later process. The idea is, instead of writting my own robot to get posts from several places, I’ll use the Bloglines API, thus saving a lot of time.
Universal Feed Parser is needed to run pybloglines.