Skip to content

APSL/blogger-to-puput

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blogger-to-puput

Import your Blogger blog data into Puput.

Usage

  1. Install blogger2puput package and its dependencies pip install blogger2puput
  2. Add blogger2puput to your INSTALLED_APPS in settings.py file.
  3. 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

About

Import your Blogger blog data into Puput

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages