Code Monkey home page Code Monkey logo

jabberbot's Introduction

JabberBot - PHP XMPP Chat Bot

A chat bot written in PHP, to be used on an XMPP (Jabber) network.  Designed to be easily extendible and
customisable.  Contains a modified copy of XMPPHP v0.1 by Nathan Fritz.

This is not the kind of bot you can have an in-depth conversation with, it's built to recognise various 
commands and respond to them after performing whatever action you've associated with it.  It's ideal for 
interfacing with internal or external services.  Every command can be access controlled, and the Access Control
List can be manipulated via a chat session (subject to the same access controls of course).  The commands are
written in PHP as individual class files, so you'll need to be able to code PHP in order to extend the bot's
functionality.

Requirements:
php5 php5-cli php5-curl mysql-server mysql-client apache2 (for the api) 
Optional (to help :
ant php-pear
Pear modules used:
phpunit phpcs php-documentor

Installation:
See separate INSTALL file, or for a quick start, try:
#cd ~/JabberBot (or wherever you've put it)
#ant install
Edit the config files in /Config
Use the Install/install.sql file to build the database
run the bot using:
#./jabberbot start

Version History:
0.1 - first beta release.

License:
http://www.opensource.org/licenses/gpl-3.0 GNU General Public License, version 3

Copyright: 
(C) 2011 Plusnet / Peter Smith

Contact:
Peter Smith [email protected] [email protected]

Hosted on Github:
https://github.com/orukusaki/JabberBot/
git://github.com/orukusaki/JabberBot.git

jabberbot's People

Stargazers

SNiP3R avatar

Watchers

James Cloos avatar SNiP3R avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.