wpupdater

WordPress Updater


License
Other
Install
pip install wpupdater==0.1-f1

Documentation

WPUpdater

WordPress updating tool. Contains command line script (wpupdate.py) for updating WordPress via wp-admin web panel. Based on lxml html parser and xpath.

Requirements

Package depends on lxml library

Configuration

Just install it by typing

    python setup.py install

Usage

Executable script should be placed in $PATH directory.

    wpupdate.py -l -u testuser -p testpassword www.mywordpress.com

TODO

  • Change script-look to python module
  • Automatic plugin update
  • Add more docs
  • Add upgrade form customization (locale, User-agent etc.)