Skip to content

ThePhoenix47/ezzybot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ezzybot Build Status Codacy Badge PyPI Stories in Ready

EzzyBot is a IRC bot framework built in python.

from ezzybot import bot

mybot = bot()

config = {  
   "nick":"EzzyBot",
   "channels":["#ezzybot", "#ezzybot-debug", "#ezzybot-bots"],
   "port":6667,
   "SSL":False,
   "SASL":True,
   "do_auth": False,
   "auth_user": "ezzybot",
   "auth_pass": "<password>",
   "quit_message":"Default quit reason",
   "permissions": {
       "admin": ["*!ident@host"]
    },
    "log_channel": "#ezzybot-debug"
}

mybot.run(config)

Installation

sudo pip install ezzybot

Or, install the development version

sudo pip install git+https://github.com/ezzybot/ezzybot

#Wiki

Developer Links:

Devs are:

  • zz DOGE: DEzzyGgAyHwkAPbWTnyZFJQC19R1ZLUv3s
  • BWBellairs
  • IndigoTiger

Wanna know more? (IRC) Freenode: #ezzybot

Visit our IRC Chat!

About

Out-of-date fork of no-longer-developed ezzybot

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%