开发者

how to read rss feed to gae-database

开发者 https://www.devze.com 2023-01-04 05:20 出处:网络
any gae-lib to do this i think maybejque开发者_Go百科ry can do this too , yes ? thanksOne option is to avoid the hassle of polling, error handling, parsing, handling invalid feeds, and so on and so

any gae-lib to do this

i think maybe jque开发者_Go百科ry can do this too , yes ?

thanks


One option is to avoid the hassle of polling, error handling, parsing, handling invalid feeds, and so on and so forth, by making someone else do it for you. This blog post describes how you can use PubSubHubbub to do the bulk of the work on your behalf.


Here is a list of Python RSS processing libraries available by searching "python rss" in google.com

0

精彩评论

暂无评论...
验证码 换一张
取 消