Skip to content

Instantly share code, notes, and snippets.

@MinchinWeb
MinchinWeb / blogger_comment_export.py
Last active January 11, 2017 00:57
Blogger Comments Exported
#! 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.