Go to file
mutantmonkey f820c6dcb3 split out path adjustments into __init__ 2012-06-01 00:13:57 -07:00
modules split out path adjustments into __init__ 2012-06-01 00:13:57 -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 add stability status and testing info to readme 2012-05-30 21:22:52 -07:00
__init__.py switch __init__.py to 4 spaces 2012-05-30 23:24:21 -07:00
bot.py fix admin commands 2012-01-02 21:22:29 -05: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 Merge https://github.com/sbp/phenny 2012-05-30 22:55:16 -07:00
project Fixed translation module, with the help of der Hörmi 2011-12-27 14:48:24 +00:00
tools.py Port to python3, fix ssl support 2011-09-22 14:17:27 -04:00
web.py web: encode to utf-8 before submitting 2011-11-30 16:05:09 -05:00

README.md

phenny

This is an experimental 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.

Support for IPv6 and SSL has been added. It appears that SSL support requires Python 3.2.

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.

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 python-nose and python-mock. To run the test, simply run nosetests or nosetests3, depending on your distribution.

Authors