A simple Python IRC client library that supports SSL?
Asked Answered
A

3

5

A simple Python IRC client library that supports SSL?

Archy answered 16/3, 2009 at 16:1 Comment(0)
G
13

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.

Geesey answered 16/3, 2009 at 16:12 Comment(0)
B
0

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.

Becerra answered 16/3, 2009 at 16:15 Comment(0)
S
0

irc3 support ssl (via asyncio) https://irc3.readthedocs.org/

Summit answered 31/5, 2014 at 10:16 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.