No commit activity in last 3 years
No release in over 3 years
BotaBot is bot for jabber (XMPP protocol), especialy for MUC (multi user chat). It can interact with users, save history.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0
 Project Readme

About

BotaBot is bot for jabber (XMPP protocol), especialy for MUC (multi user chat). It can interact with users, save history

Usage

# Copy configuration template
cp config/settings.yml.default config/settings.yml

# Edit configuration file. Examples are given in the file.
mate config/settings.yml

# Run the bot
ruby bin/botabot.rb

Future

Before BotaBot 1.0 I would like to implement persistent data storage powered by DataMapper, statuses, permissions to execute commands, better console, history plugin and better code reloading.

It should also get a Rakefile with options for RubyGems and be available as a RubyGem.