/Typepad-MT-Python-Import-Script

Python script to import a Typepad/MT Export script to another MT instance

Primary LanguagePython

Import script to take a Typepad/MT export file and import it to another instance of MT. 

Movable Type tends to choke while importing large export files, and this script gets around that issue by parsing out the MT/Typepad export file format.  Typepad also munges unicode characters during export, so this script tries to convert a number of those to HTML entities wherever possible.  Certainly not exhaustive, but it covers a majority of Western accents.  

Requires Django for SQL connection libraries, timelib for date formatting