https://github.com/coleifer/irc
tinkering with a made-from-scratch irc library in python
https://github.com/coleifer/irc
Last synced: 9 months ago
JSON representation
tinkering with a made-from-scratch irc library in python
- Host: GitHub
- URL: https://github.com/coleifer/irc
- Owner: coleifer
- License: mit
- Created: 2010-08-22T03:43:35.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2023-11-28T22:06:03.000Z (about 2 years ago)
- Last Synced: 2025-03-30T05:08:15.772Z (10 months ago)
- Language: Python
- Homepage: http://irckit.readthedocs.org/
- Size: 75.2 KB
- Stars: 180
- Watchers: 15
- Forks: 55
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
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)