seamus-45 / openfire-restapi

A python client for Openfire's REST API Plugin
GNU General Public License v3.0
7 stars 9 forks source link

openfire-restapi

A python client for Openfire's REST API Plugin

Requirements

Installation

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 .

Documentation