A twisted server supporting multiple xmpp helpdesk bots.
Project description
Introduction
============
qi.xmpp.botfarm is a twisted based server that provides xmlrpc services to manage a collection of jabber-based helpdesks. It is currently used at chatblox.com_.
.. _chatblox.com: http://chatblox.com
Installation
============
Installing with buildout
------------------------
If you are using `buildout`_ to manage your instance installing qi.xmpp.botfarm is very simple. You can install it by adding a new section, botfarm and include it in the parts section::
[botfarm]
recipe = zc.recipe.egg
eggs = qi.xmpp.botfarm
qi.xmpp.client
qi.xmpp.admin
A link will be created in the bin directory pointing to the botfarm executable.
.. _buildout: http://pypi.python.org/pypi/zc.buildout
Installing without buildout
---------------------------
You can install qi.xmpp.botfarm easily using the easy_install command from setuptools. This will also install dependencies.
Usage
=====
botfarm is called with the path to an xml configuration file as an argument. Copy config.xml in the docs folder and customize to your needs.
Changelog
=========
0.1 - Unreleased
----------------
* Initial release
============
qi.xmpp.botfarm is a twisted based server that provides xmlrpc services to manage a collection of jabber-based helpdesks. It is currently used at chatblox.com_.
.. _chatblox.com: http://chatblox.com
Installation
============
Installing with buildout
------------------------
If you are using `buildout`_ to manage your instance installing qi.xmpp.botfarm is very simple. You can install it by adding a new section, botfarm and include it in the parts section::
[botfarm]
recipe = zc.recipe.egg
eggs = qi.xmpp.botfarm
qi.xmpp.client
qi.xmpp.admin
A link will be created in the bin directory pointing to the botfarm executable.
.. _buildout: http://pypi.python.org/pypi/zc.buildout
Installing without buildout
---------------------------
You can install qi.xmpp.botfarm easily using the easy_install command from setuptools. This will also install dependencies.
Usage
=====
botfarm is called with the path to an xml configuration file as an argument. Copy config.xml in the docs folder and customize to your needs.
Changelog
=========
0.1 - Unreleased
----------------
* Initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
qi.xmpp.botfarm-0.1.tar.gz
(14.5 kB
view hashes)
Built Distribution
qi.xmpp.botfarm-0.1-py2.4.egg
(23.6 kB
view hashes)