Skip to content
This repository has been archived by the owner on Sep 3, 2023. It is now read-only.

xrogaan/apib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apib: the schyzophrenic irc bot

This is just a little irc bot to entertain my python skills.

Configuration

To configure the bot, you'll need to copy contrib/config.yaml.dist to the root directory and edit it.

Basic configuration:

  • servers: IRC Server to connect to. The prefix !!python/tulpe is required.
  • channels: channels in the auto-join list. Format <List> ['#channel1','#channel2','#channeln']
  • nickname: Name of the bot. Format <String>
  • quitmsg: quit message. Format <String>
  • owners: list of know owners. Format <List> ['owner1','owner2','ownern']
  • password: master password. Format <String>

There are modules who needs their own parameters. I'll create a wiki page for them when I have time.

Python irclib

This application include a modified version of the Python IRC library (irclib.py). You can view the sources files in the subdirectory irclib/

They are hosted at sourceforge : http://python-irclib.sourceforge.net/

About

Another Python Irc Bot

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages