Skip to content

APSL/blogger-to-puput

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

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