Go to file
mutantmonkey ec32741826 refactor mediawiki modules into unified library 2012-06-13 21:58:31 -07:00
modules refactor mediawiki modules into unified library 2012-06-13 21:58:31 -07:00
opt Port to python3, fix ssl support 2011-09-22 14:17:27 -04:00
test split out path adjustments into __init__ 2012-06-01 00:13:57 -07:00
.gitignore add .gitignore 2012-03-28 19:34:17 -04:00
README.md update status and add details to readme 2012-06-01 21:46:40 -07:00
__init__.py switch __init__.py to 4 spaces 2012-05-30 23:24:21 -07:00
bot.py handle GrumbleErrors in a nicer way 2012-06-04 21:42:32 -07:00
icao.py Some sundry fixes and improvements to the modules. 2008-03-01 21:07:23 +00:00
irc.py clean up action method in irc.py 2012-05-30 22:56:53 -07:00
phenny handle GrumbleErrors in a nicer way 2012-06-04 21:42:32 -07:00
tools.py convert tools.py to 4 space indent 2012-06-01 22:33:13 -07:00
web.py web: encode to utf-8 before submitting 2011-11-30 16:05:09 -05:00
wiki.py refactor mediawiki modules into unified library 2012-06-13 21:58:31 -07:00

README.md

phenny

This is a port of phenny, a Python IRC bot, to Python3. It is currently fairly stable, but it has not been as well-tested as the original. It was developed for #vtluug on OFTC.

New features include many new modules, IPv6 and TLS support (which requires Python 3.2), and unit tests.

Compatibility with existing phenny modules has been mostly retained, but they will need to be updated to run on Python3 if they do not already. All of the core modules have been ported.

Installation

  1. Run ./phenny - this creates a default config file
  2. Edit ~/.phenny/default.py
  3. Run ./phenny - this now runs phenny with your settings

Enjoy!

Testing

You will need the Python3 versions of python-nose and python-mock. To run the tests, simply run nosetests3.

Authors