A python client for Openfire's REST API Plugin
Install from source:
$ git clone git://github.com/seamus-45/openfire-restapi.git
$ cd openfire-restapi
$ sudo python setup.py install
Also, you can install this package in python virtual environment:
$ python2.7 -m virtualenv env
$ source env/bin/activate
$ pip install requests
$ git clone git://github.com/seamus-45/openfire-restapi.git
$ cd openfire-restapi
$ pip install .