lurklib

Event-driven IRC library.


Keywords
irc, internet, relay, chat
License
GPL-3.0
Install
pip install lurklib==1.0.1

Documentation

Project inactive, bug fixes only.

About

Lurklib is a threading-safe, event-driven IRC library designed for creating anything from bots to full-fledged IRC clients.

Lurklib is released under the GNU General Public License.

Dependencies

  • Requires SocksiPy, if you're going to use the proxy support.
  • Requires Python 3, if you're going to use TLS support(It works in 2.X if you disable certificate/hostname validation).