Tag Archives: parsing

Parse WordPress Post Export With Python

Within WordPress it is possible to export all historic posts as an XML file. This XML file is a little unwieldy, but it is possible to parse the WordPress post export with python. This post shows how you can use the python feedparser library to easily access the export elements. When you do this WordPress… Read More »