Re: [Tutor] Python + Irc

2017-09-17 Thread Abdur-Rahmaan Janhangeer
i made an irc bot (was my first python project meaning i was googling like py print since i already knew other langs but had to know py syntax and so ... much unpythonic stuffs out there) https://github.com/Abdur-rahmaanJ/honeybot if you want to contribute, welcome ! this is from scratch ! Abdur-

Re: [Tutor] Python + Irc

2017-09-16 Thread Oliver Schmitz
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 c

Re: [Tutor] Python + Irc

2017-09-15 Thread Alan Gauld via Tutor
On 15/09/17 21:16, Fernando Gualberto wrote: > How i can integrate Python program with IRC to send Messages from program > to the IRC? If you google "python irc module" you should get several hits. Try looking at the documentation and pick the one that seems easiest for your needs. -- Alan G Aut

[Tutor] Python + Irc

2017-09-15 Thread Fernando Gualberto
How i can integrate Python program with IRC to send Messages from program to the IRC? -- *Fernando Gualberto Martins* ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor