All Projects → bradjasper → django-wordpress-parser

bradjasper / django-wordpress-parser

Licence: other
Wordpress eXtended RSS Parser (in Python for Django)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to django-wordpress-parser

Scala 3 Migration Guide
The Scala 3 migration guide for everyone.
Stars: ✭ 220 (+1122.22%)
Mutual labels:  migration
camunda-bpm-migration
Fluent Java API for Camunda Platform 7 process instance migration
Stars: ✭ 18 (+0%)
Mutual labels:  migration
modoboa-imap-migration
An extension to ease the migration between 2 IMAP servers using offlineimap
Stars: ✭ 14 (-22.22%)
Mutual labels:  migration
cigration
Citus shard migration tool
Stars: ✭ 28 (+55.56%)
Mutual labels:  migration
laravel-migrate-check
An artisan command to check for pending migrations with proper exit code
Stars: ✭ 53 (+194.44%)
Mutual labels:  migration
r2dbc-migrate
R2DBC database migration tool & library
Stars: ✭ 83 (+361.11%)
Mutual labels:  migration
Azure Devops Migration Tools
Azure DevOps Migration Tools allow you to migrate Teams, Backlogs, Tasks, Test Cases, and Plans & Suits from one Project to another in Azure DevOps / TFS both within the same Organisation, and between Organisations.
Stars: ✭ 218 (+1111.11%)
Mutual labels:  migration
MigrateGitlabToGogs
Migrate repositories from Gitlab to Gogs or Gitea
Stars: ✭ 49 (+172.22%)
Mutual labels:  migration
set-env-to-github env
A migration tools convert `::set-env`/`::set-output`/`::save-state` to $GITHUB_ENV/$GITHUB_OUTPUT/$GITHUB_STATE on GitHub Actions.
Stars: ✭ 27 (+50%)
Mutual labels:  migration
exodus
Migration tools for Tabular Data to Oracle JSON/Tabular Data
Stars: ✭ 19 (+5.56%)
Mutual labels:  migration
migration
TYPO3 Migration Framework for every kind of migration/imports from CLI (e.g. Templavoila to Gridelements, tt_news to news, etc...)
Stars: ✭ 52 (+188.89%)
Mutual labels:  migration
maintenance job
Mechanism to run testable one-off jobs in Rails at deploy time to manipulate data
Stars: ✭ 27 (+50%)
Mutual labels:  migration
migrations
Migrations is a database migration tool that uses go's database/sql from the standard library
Stars: ✭ 17 (-5.56%)
Mutual labels:  migration
data-migrator
A declarative data-migration package
Stars: ✭ 15 (-16.67%)
Mutual labels:  migration
couchmove
Java data migration tool for Couchbase
Stars: ✭ 36 (+100%)
Mutual labels:  migration
Fluentmigrator
Fluent migrations framework for .NET
Stars: ✭ 2,636 (+14544.44%)
Mutual labels:  migration
alembic utils
An alembic/sqlalchemy extension for migrating sql views, functions, triggers, and policies
Stars: ✭ 105 (+483.33%)
Mutual labels:  migration
upscheme
Database migrations and schema updates made easy
Stars: ✭ 737 (+3994.44%)
Mutual labels:  migration
Migrate2Postgres
Easily migrate from other DBMSs to PostgreSQL
Stars: ✭ 47 (+161.11%)
Mutual labels:  migration
list-of-tech-migrations
list of public tech migrations
Stars: ✭ 428 (+2277.78%)
Mutual labels:  migration

django-wordpress-parser

django-wordpress-parser helps you migrate your blog from Wordpress to Django.

It takes an exported file from WXP exporter and grabs the blog entries and comments.

It allows you to easily take the data and import it into a custom blog application. It doesn't do everything for you, but helps with some of the heavy lifting.

Comments are extracted so they work with the standard Django comments application.

Usage

import django_wordpress_parser
parser = django_wordpress_parser.Parser('wordpress.2009-01-31.xml')

for entry in parser.entries:
    # Import entries into your blog here
    print entry

Contact

Web: http://bradjasper.com
Twitter: @bradjasper
Email: [email protected]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].