8000 GitHub - banjaxe/irc: tinkering with a made-from-scratch irc library in python
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

banjaxe/irc

 
 

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

Languages

  • Jupyter Notebook 51.7%
  • Python 48.1%
  • Shell 0.2%
0