Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 338 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 338 Bytes

pyhole - A modular IRC bot for Python developers.

Core Requirements

  • Python 2.5+
  • BeautifulSoup
  • Eventlet

Plugin Requirements

  • launchpadlib
  • pywunderground

Test Requirements

  • nose

Installation

git clone git://github.com/jk0/pyhole.git
cd pyhole
sudo pip install -r requirements.txt
python setup.py install
pyhole