[Tutor] Python + Irc

Oliver Schmitz oliver.schmitz at godaddy.com
Fri Sep 15 17:52:11 EDT 2017


Hi Fernando,

i guess the most popular and feature-rich IRC library for python is
(guess how it is named ...) irc by jaraco.

pypi: https://pypi.python.org/pypi/irc
github: https://github.com/jaraco/irc

If you want to build something more advanced (quite difficult for
beginners) on your own, you could have a look at twisted's IRC protocol
implementation:
http://twistedmatrix.com/documents/current/api/twisted.words.im.ircsupport.html

Twisted is quite impressive and performant, but as it is event-based, it
is more difficult to implement and for most usecases, this would be
overkill. Nevertheless it's great ;).

Am 15.09.17 um 22:16 schrieb Fernando Gualberto:
> How i can integrate Python program with IRC to send Messages from program
> to the IRC?
> 

Regards,
Oliver Schmitz



More information about the Tutor mailing list