Eine einfache Python-IRC-Client-Bibliothek, die SSL unterstützt?Eine einfache Python-IRC-Client-Bibliothek, die SSL unterstützt?
5
A
Antwort
14
Twisted hat einen IRC-Client (in twisted.words), und es unterstützt SSL.
Es gibt eine example in the documentation, denken Sie daran, reactor.connectSSL
statt reactor.connectTCP
zu tun.
Wenn Sie nicht Twisted wollen, gibt es auch die Python IRC library, die ich bemerke, hat SSL-Unterstützung in der neuesten Version.
0
Wie einfach? Chatzilla unterstützt SSL und erlaubt wie alle anderen Mozilla-Plattform-Anwendungen die Verwendung von Python. https://developer.mozilla.org/En/Python
Auf den zweiten Gedanken, das ist wahrscheinlich ein totaler Overkill. Eine Sekunde nach Alis Antwort wird Twisted tun.
0
irc3 Unterstützung ssl (über asyncio) https://irc3.readthedocs.org/