All Projects → coleifer → Irc

coleifer / Irc

Licence: mit
tinkering with a made-from-scratch irc library in python

Programming Languages

python
139335 projects - #7 most used programming language

irc

tinkering with a made-from-scratch irc library in python

documentation <http://irckit.readthedocs.org>_ hosted on readthedocs.org

installing

install from github (recommended)::

pip install -e git+git://github.com/coleifer/irc.git#egg=irckit

install using pypi::

pip install irckit

install dependencies::

pip install gevent (for botnet)
pip install boto (for botnet's EC2 launcher)
pip install httplib2 (for some of the bots)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].