Search code examples
pythondjangofeedatom-feed

Is there a tool for parsing feeds in Django


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?


Solution

  • 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