Import your Blogger blog data into Puput.
Install blogger2puput package and its dependencies
pip install blogger2puput
Add
blogger2puput
to yourINSTALLED_APPS
insettings.py
file.Run the management command:
python manage.py blogger2puput --blogger_blog_id=Your BlogID --blogger_api_key=Your APIKey
You can optionally pass the slug and the title of the blog to the importer:
python manage.py blogger2puput --slug=blog --title="Puput blog" --blogger_blog_id=Your BlogID --blogger_api_key=Your APIKey