问题
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