Skip to content

Python script to migrate from Joomla to Wordpress (Users, Posts and Categories)

Notifications You must be signed in to change notification settings

jorgebastida/joomla2wordpress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Migrate Joomla 1.0.2 to Wordpress 3.0.1

Usage:
    - Backup your Joomla and Wordpress Databases (Be aware!)
    - Download the script
    - Edit config.py to add your Joomla and Wordpress Username, password, host etc... 
    - Execute it: python joomla2wordpress.py

This script should work in older versions of Wordpress(Above 2.0) and newest versions of Joomla but it's not tested.

Migrated data:
    - Users
        - username
        - password
        - email
        - role
        
    - Categories
        - Name
        - Slug (created)
    
    - Posts
        - Title
        - Slug (created)
        - Content
        - Author
        - Category
        - Created
        - etc...

Future:
    - Comments
    

About

Python script to migrate from Joomla to Wordpress (Users, Posts and Categories)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages