vote up 2 vote down star

A simple Python IRC client library that supports SSL?

flag

3 Answers

vote up 8 vote down check

Twisted has an IRC client (in twisted.words), and it supports SSL.

There is an example in the documentation, just remember to do reactor.connectSSL instead of reactor.connectTCP.

If you don't want Twisted, there is also the Python IRC library, which I notice has SSL support in the latest release.

link|flag
vote up 0 vote down

How simple? Chatzilla supports SSL and as any Mozilla Platform applications, allows using Python. https://developer.mozilla.org/En/Python

On second thought, that probably is a total overkill. A second on Ali's answer, Twisted will do.

link|flag
vote up -2 vote down

You searched on http://pypi.python.org ? There are some, havent checked for SSL.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.