Giter Site home page Giter Site logo

rocksbot's Introduction

RocksBot

Rocksbot is a Perl IRC bot based on the Perl Object Environment (POE) framework. Rocksbot is multi-threaded, can run as a daemon (if desired), and is extensible via plugins. Sample plugins are provided.

Rocksbot supports user accounts and has a highly customizable permissions system, as well as a built-in help system. For developers, built-in functions make saving and retrieving data, grabbing URLS, publishing HTML pages, and shortening URL's a snap. All data is stored in a sqlite database.

Rocksbot makes use of "command line" flags to make argument order less important. (Example: login -password=blah).

Commands can be piped, similar to many *nix command shells. (Example: To get a fortune, translate it to german, then color the output like a rainbow: .fortune | german | rainbow )

Rocksbot is available according to the terms the GNU General Public License, version 3 (GPLv3).

Installation

  1. Download and extract the package, or issue a git clone.
  2. Create the makefile: perl ./Makefile.PL
  3. Run the makefile to install required packages: make
  4. Copy rocksbot.cfg.sample to rocksbot.cfg.
  5. Edit rocksbot.cfg with your desired settings.
  6. Execute the program with ./rocksbot.pl

See the "INSTALL" file for additional details.

Note: All the installer does is attempt to install the missing perl modules. Free free to install them via cpan if you'd prefer.

Getting started

On first run, an admin user will be created using the username and password specified in the config file. You should log-in (login -username=whatever -password=whatever) and change the admin password.

To get information about the installed plugins, issue the .help command. (Assuming that you're using a . as the bot command prefix.) To get a list of commands contained in each plugin, issue a .help PluginName. To get help with a particular command, issue a .help CommandName, or .help PluginName CommandName. To get information about a command + flag combo, use .help CommandName -flag. To get general information about a command or plugin, use .help --info. To generate a customized HTML help file, use .allhelp

rocksbot's People

Contributors

raevie avatar frumiousbandersnatch avatar

Watchers

James Cloos avatar  avatar  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.