Download Latest Version pidgin-autoanswer-0.71.tar.gz (12.8 kB)
Email in envelope

Get an email when there's a new version of pidgin-autoanswer

Home / OldFiles
Name Modified Size InfoDownloads / Week
Parent folder
TODO 2009-05-03 182 Bytes
COPYING 2009-05-03 18.0 kB
Makefile 2009-05-03 1.8 kB
README 2009-05-03 2.0 kB
autoansw.c 2009-05-03 13.3 kB
Totals: 5 Items   35.2 kB 0
Pidgin-autoanswer, v. 0.7

This plugin for Pidgin performs itself like an answering machine or, more likely, a prompter robot. It tries to find suitable answers in your previous logs with current buddy and prompts its variants. Robot's AI is extremely poor, but the theory of probability works wonders sometimes. :) Or, at least, you will get your portion of fun :))
List of configurable features includes mode of answering without your permission (off by default), as far as robot's prefix to answers and maximum amount of variants (to prevent the plugin from becomnig a resource hog).

Requirements:

The pidgin header files are needed to compile the plugin.

Building & installation:

To build and install :
	You can compile the plugin using
	$ make
	and install it with
	$ make install
	This will install it in ~/.purple/plugins so that only the user who install it can use it.

To install it for everybody on your computer,
	$ make
	$ su
	# make install PREFIX="/path/to/pidgin" (this command as root user)
	generally /path/to/pidgin is /usr or /usr/local. If you don't know the path then you can find out using
	$ whereis pidgin
	and look for the part before "/lib/pidgin".

Using the plugin:

Being enabled in pidgin preferences, plugin is activated each time when new message comes. If there are some analogs in logs, robot adds a combobox with previous times answers to the conversation panel (and possibly lists variants in the conversation, if allowed in preferences). To use proposed answer one should choose it in combobox and confirm the choice by pressing "Say" button on the left.

Find new version:

Please check http://sourceforge.net/projects/pidgin-autoansw for updates, if any.

Contributions:

Developed by Dmitriy Kostiuk (d.k@list.ru)
Early prototype was partially coded by Timothy Tupchik and Andrey Smirnov. Some code is still there (mainly one for scanning logs).
Also much regards for strstr() function which for now acts as robot's IQ :)


Source: README, updated 2009-05-03