python for irc client
inhahe
inhahe at gmail.com
Thu Jul 4 05:25:48 EDT 2024
On Thu, Jul 4, 2024 at 5:22 AM inhahe <inhahe at gmail.com> wrote:
>
>
> On Thu, Jul 4, 2024 at 5:14 AM Daniel via Python-list <
> python-list at python.org> wrote:
>
>>
>> In your wisdom, would python be a good environment to accomplish this?
>
>
> I think Python would be a great language to write an IRC client in, it's a
> rapid-development language, and also Python is particularly good for text
> manipulation and the IRC protocol is textual rather than binary.
>
Oh yeah, I forgot I was going to mention that Twisted has already done a
lot of the dirty work for you if you make it in Python...they have twisted.
words.protocols.irc, which implements the IRC protocol. (I don't know if
it's up to date and supports ircv3, though.)
More information about the Python-list
mailing list