KevinLi / WhergBot

A Python IRC Bot based on the blackbox IRC macros by Proxypoke

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WhergBot - A Python 3.2.3 IRC bot.

About

A Python 3.x IRC Bot with plugin support.

License

See: Docs/LICENSE

Dependencies

WhergBot depends on the development branch of the blackbox_IRC-macros which can be installed via pip.

pip install blackbox

Listed below are other modules that are not required to run the core bot.

  1. requests Is used for many HTTP based plugins.

    pip install requests

  2. wordnik Is used for the Wordnik plugin.

    pip install wordnik

  3. python-mpd Is used for the PyMpd plugin.

    pip install python-mpd

Installation / Usage

  1. Download the latest source via Github.

  2. Edit Config.py

  3. Run Core.py

  4. Enjoy.

Documentation

Working on that...

About

A Python IRC Bot based on the blackbox IRC macros by Proxypoke


Languages

Language:Python 99.7%Language:JavaScript 0.3%