Downloading RSS using python

Posted by Vojtech R. on Stack Overflow See other posts from Stack Overflow or by Vojtech R.
Published on 2010-03-25T17:00:42Z Indexed on 2010/03/25 17:03 UTC
Read the original article Hit count: 382

Filed under:
|

Hi,

I have list of 200 rss feeds, which I have to downloading. It's continuous process - I have to download every post, nothing can be missing, but also no duplicates. So best practice should be remember last update of feed and control it for change in x-hour interval? And how to handle if downloader will be restarted? So downloader should remember, what were downloaded and dont download it again...

It's somewhere implemented yet? Or any tips for article? Thanks

© Stack Overflow or respective owner

Related posts about python

Related posts about best-practices