MacLotsen / wp-url-helper

Python helper script for publishing wordpress websites

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WP-Url-Helper

Python helper script for refactoring wordpress database url's

Installation

To install the command you need setuptools

python setup.py install

Note that you may need root privileges

Usage

If you installed the module using setup.py you can simply use wp-releaser in the console. Else you can execute the wp_releaser.py with python yourself.

The following options are available:


(-s <filename> | --script=<filename>)

(-n <new_url> | --new-url=<new_url>)

(-o <old_url> | --old-url=<old_url>)

(--output=<output_filename>)

Though if you don't give any options, you will be prompted the needed information.

About

Python helper script for publishing wordpress websites

License:GNU Lesser General Public License v3.0


Languages

Language:Python 100.0%