Skip to content

seamus-45/openfire-restapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openfire-restapi

A python client for Openfire's REST API Plugin

Requirements

  • python-setuptools
  • python-requests
  • python-virtualenv (optional)

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

About

A python client for Openfire's REST API Plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages