All Projects → aperezdc → luabot

aperezdc / luabot

Licence: other
An XMPP (Jabber) bot written in Lua using the protocol implementation from Verse/Prosody

Programming Languages

lua
6591 projects

Luabot

Lua-based XMPP (Jabber) bot.

Requirements

Installation

  1. Install the dependencies. In Debian, this is apt-get install lua5.2 lua-{sec,expat,socket,filesystem} git-core
  2. Clone the Git repository: git clone git://github.com/aperezdc/luabot
  3. Edit the configuration: $EDITOR luabot/config.lua
  4. (Optional) Depending on the enabled options, you may need to create additional directories, e.g. if the keystore plugin is enabled, create the directory configured for the path setting.
  5. (Optional) Depending on the enabled options, you may need to install the optional dependencies.
  6. Start the bot:
lua bot.lua config.lua

Optional Dependencies

Licensing

Please see the LICENSE.md file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].