Skip to content

coleifer/irc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bbc47e2 · Nov 28, 2023

History

86 Commits
Apr 21, 2012
Jan 26, 2012
Nov 28, 2023
Nov 28, 2023
Apr 26, 2011
Apr 26, 2011
Apr 21, 2012
Apr 20, 2011
Feb 3, 2016
Apr 26, 2011
Apr 30, 2012

Repository files navigation

irc

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

documentation 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)

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published