You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
modules | 5 years ago | |
opt | 12 years ago | |
test | 5 years ago | |
.coverage | 5 years ago | |
.gitignore | 11 years ago | |
.travis.yml | 5 years ago | |
Dockerfile | 5 years ago | |
README.md | 6 years ago | |
__init__.py | 6 years ago | |
bot.py | 11 years ago | |
icao.py | 11 years ago | |
irc.py | 5 years ago | |
metar.py | 10 years ago | |
phenny | 5 years ago | |
proto.py | 5 years ago | |
requirements.txt | 9 years ago | |
tools.py | 5 years ago | |
web.py | 10 years ago | |
wiki.py | 5 years ago |
README.md
phenny
This is phenny, a Python IRC bot. Originally written by Sean B. Palmer, it has been ported to Python3.
This version comes with many new modules, IPv6 support, TLS support, 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, removed, or replaced.
Requirements
- Python 3.4+
- python-requests
Installation
- Run
./phenny
- this creates a default config file - Edit
~/.phenny/default.py
- 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
- Sean B. Palmer, http://inamidst.com/sbp/
- mutantmonkey, http://mutantmonkey.in