Re: [Tutor] How to read blog posts in python

2012-05-17 Thread Brian van den Broek
On 17 May 2012 16:31, "Surya K" wrote: > > Hi, > > I want to write a python code which read blog's RSS/ Atom feeds and gives us the all post's content of blog... > > I am currently trying to use FeedParser (Universal Feed Parser). I am able to get all post's titles and URL's but not a content.. >

[Tutor] How to read blog posts in python

2012-05-17 Thread Surya K
Hi, I want to write a python code which read blog's RSS/ Atom feeds and gives us the all post's content of blog... I am currently trying to use FeedParser (Universal Feed Parser). I am able to get all post's titles and URL's but not a content.. I tried to use certain functions mentioned in docum