This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! python3.6 | |
""" | |
Export Comments from BLogger XML | |
Takes in a Blogger export XML file and spits out each comment in a seperate | |
file, such that can be used with the [Pelican Comment System] | |
(https://bernhard.scheirle.de/posts/2014/March/29/static-comments-via-email/). | |
May be simple to extend to export posts as well. |