Skip to main content

Basic stand-alone/websocket client for using in the Re-WoChat Shared task.

Project description

======================
Eliza Chatbot Client
======================

This package is released in the context of Re-WoChat: Workshop on Collecting
and Generating Resources for Chatbots and Conversational Agents - Development
and Evaluation as part of the shared task.

link: http://workshop.colips.org/re-wochat/shared.html

The goal of the shared task is to collect data and annotations from
human-machine and human-human dialogues annotated by the participants.
Human-machine dialogues will be generated by using different online
and offline chat engines, and annotations are to be generated following a
provided set of guidelines. The collected dataset will be made publicly
available to the research community for further research and experimentation
in future editions of the workshop.

In this context, the organizing committee releases this chatbot which works
as a stand-alone application and generates a log file with the interactions
with the users. The generated log is finally converted into a XML file that,
participants must submit, together with the log file, to the organizers.


Installation
=========

There are several options to install this program; the simplest one is to run
from a command line the following instruction (for Linux):

> pip install pyElizaChatbotClient --upgrade

This will download the program from http://pypy.org together with all the
required packages.

If you want to do a manual installation, then you can do:

> pip install pyElizaChatbotClient-[VERSION]-py2.py3-none-any.whl

Or if you want to do it from the source files, then you will need to do:

> tar -xvzf pyElizaChatbotClient-[VERSION].tar.gz
> cd pyElizaChatbotClient-[VERSION]
> python setup.py install


For Windows users, the easiest way is to run (replace the path with the one
in your current Python installation):

> C:\Python2.7\Scripts\pip.exe pyElizaChatbotClient --upgrade


This program has been tested using Python 2.7.6 and Python 3.4.3 on Ubuntu Linux and Windows 7


Usage
=========

Typical usage as stand-alone application will be:

> python -m pyElizaChatbotClient

or
> python test/pyElizaChatbotClient.py

Alternatively, you can use it from another python program using:

from pyElizaChatbotClient.pyEliza import pyElizaChatbot
client = pyElizaChatbot(name='Eliza', log_file='pyEliza.log')
client.start()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

pyElizaChatbotClient-0.1.6.zip (21.1 kB view hashes)

Uploaded Source

pyElizaChatbotClient-0.1.6.tar.gz (14.3 kB view hashes)

Uploaded Source

Built Distributions

pyElizaChatbotClient-0.1.6-py3-none-any.whl (56.5 kB view hashes)

Uploaded Python 3

pyElizaChatbotClient-0.1.6-py2.py3-none-any.whl (56.5 kB view hashes)

Uploaded Python 2 Python 3

pyElizaChatbotClient-0.1.6-py2-none-any.whl (56.5 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page