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
_______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor