Convert entire blogger [.atom files] to a MarkDown output of each post.
python blogger2md.py --output-dir your/directory/ --html2text blogger_file.atom
or get help:
python blogger2md.py --help
[-h] [--online] [--pandoc] [--html2text]
[--output-dir OUTPUT_DIR]
input
positional arguments:
input
optional arguments:
-h, --help show this help message and exit
--online, --fuckyeah
--pandoc
--html2text
--output-dir OUTPUT_DIR, -d OUTPUT_DIR
This code is based on �Larsks Script