Question Details

Browse

Good way to parse RSS feeds in Python

By clarkr - May. 31, 2008

Hello. I am looking for a good library that will help me parse RSS feeds. Has anyone used feedparser? Any feedback?


Answers

Add Answer
  1. By bjesse on Jun. 02, 2008

    RSS feeds can be treated as regular xml files that you can process using htmllib. What specifically are you trying to do? There is the feedparser module that will probably have what you need to process individual atom feeds.


    0 Votes
Share your knowledge