https://github.com/zonca/pelican_import_blogger_html
https://github.com/zonca/pelican_import_blogger_html
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zonca/pelican_import_blogger_html
- Owner: zonca
- License: agpl-3.0
- Created: 2013-09-05T01:13:01.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-02-23T19:51:06.000Z (over 12 years ago)
- Last Synced: 2025-11-30T17:46:21.135Z (7 months ago)
- Language: Python
- Size: 173 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Import Blogger posts as html in a Pelican blog
==============================================
This Python script parses a Blogger XML export and writes
all posts as Markdown files, WITHOUT converting
HTML to Markdown, Markdown also allows raw HTML.
With this method we have a more reliable import, with
the downside that our old posts will be more difficult
to edit of course.
It also supports download images locally, just add
`--download-images` as command line argument.
Run as:
python pelican_import_blogger_html.py blogger_export_file.xml --output=mypelicansite/content/