Hello. I am looking for a good library that will help me parse RSS feeds. Has anyone used feedparser? Any feedback?
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.
Answers
Add AnswerRSS 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.
Share your knowledge