Import your Blogger blog data into Puput.
Install blogger2puput package and its dependencies
pip install blogger2puputAdd
blogger2puputto yourINSTALLED_APPSinsettings.pyfile.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