Skip to content

Instantly share code, notes, and snippets.

View AviDuda's full-sized avatar
🦝

Avi Duda AviDuda

🦝
View GitHub Profile
@AviDuda
AviDuda / blogger-to-disqus.py
Last active November 1, 2023 12:00 — forked from fajran/blogger-to-wordpress.py
Blogger's backup file to WordPress' WXR converter for Disqus
# -*- coding: utf-8 -*-
# Blogger's backup file to WordPress' WXR converter for Disqus.
#
# Original script: https://gist.github.com/fajran/5659455
#
# Only tested with posts and comments, and NOT with pages.
# May not be efficient for huge blogs since the script keeps
# all content in the memory during conversion.
#