Go to file
mutantmonkey 6443442aff improvements to weather module
* use openstreetmap nominatim instead of geonames
* set temperature to None if there is no temp available
* add new test cases to better test geolocation for various places
2013-08-24 18:45:05 -07:00
modules improvements to weather module 2013-08-24 18:45:05 -07:00
opt Port to python3, fix ssl support 2011-09-22 14:17:27 -04:00
test metar: handle edge case for pressure parsing 2013-06-12 18:31:12 -07:00
.gitignore add .gitignore 2012-03-28 19:34:17 -04:00
.travis.yml remove version numbers from requirements.txt 2013-07-20 23:29:50 -07:00
README.md switch to requests for HTTP queries 2013-06-08 22:27:24 -07:00
__init__.py update shebangs 2012-12-16 17:09:43 -05:00
bot.py Add Event Wildcard * 2012-12-16 17:39:28 -05:00
icao.py icao: remove EDDI (closed Berlin-Tempelhof airport) 2013-01-15 23:16:04 -05:00
irc.py update shebangs 2012-12-16 17:09:43 -05:00
metar.py improvements to weather module 2013-08-24 18:45:05 -07:00
phenny disable foodforus by default 2013-03-21 00:33:35 -04:00
requirements.txt remove version numbers from requirements.txt 2013-07-20 23:29:50 -07:00
tools.py update shebangs 2012-12-16 17:09:43 -05:00
web.py switch to requests for HTTP queries 2013-06-08 22:27:24 -07:00
wiki.py wiki: handle json parsing error 2012-06-23 21:55:37 -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.

Requirements

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