Is there a tool for parsing feeds in Django

跟風遠走 提交于 2019-12-24 14:25:12

问题


I did some googling and didn't find anything complete for my problem, but it is so generic, there has to be something.

I need feed parsing tool for my Django app (i want to fetch atom feed from somewhere and store its contents). I just found some feedparser.py references but the actual site is a long gone.

Could you provide some pointers?


回答1:


feedparser is still pretty much the canonical solution for this in Python. It's very far from gone: see the documentation here and the actual project page here



来源:https://stackoverflow.com/questions/9761198/is-there-a-tool-for-parsing-feeds-in-django

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!