Skip to content

molly/GorillaBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GorillaBot

GorillaBot is an easily-extensible IRC bot written in Python. GorillaBot is no longer actively maintained.

Author: Molly White
License: MIT
Status: Stable
Version: 3.0
Python version: 3.4+

Installation

Download code from the master branch. Code in the development or other branches is often incomplete and nonfunctional.

The bot is available on PyPI, so it can be installed with pip install gorillabot or easy_install gorillabot.

Alternatively, install the bot from source:

  1. Run python3 bot.py from the source directory.
  2. Configure the bot when prompted. If you already have already configured the bot, you can use that configuration or create a new one.
  3. Once the bot has successfully connected, command the bot via IRC. A number of commands are marked as admin-only, and are only available to bot operators. All commands are outlined in the documentation.

Documentation

GorillaBot generates its own plugin documentation. If you add a plugin, please document it by writing usage notes in comments beginning with #-. You can see an example in the link command. Note that you do not need to specify if a command is admin-only or not; this is determined from the decorator.

About

IRC bot framework written in Python.

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE.md
Unknown
LICENSE.txt

Stars

Watchers

Forks

Packages

No packages published