Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #196370
| From | Left Right <olegsivokon@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: python for irc client |
| Date | 2024-07-04 15:55 +0200 |
| Message-ID | <mailman.2.1720107023.2981.python-list@python.org> (permalink) |
| References | <87msmx4mt5.fsf@raspberrypi> <CAPeSgWoEtcNs+kYNzoL2njQFLdk2MoTeR2JG8FMXciosZeChpw@mail.gmail.com> <CAPeSgWr+2Ci_f+JzhwvoJHf_pG2-1bbZQWwiqx055Q_xon4K1A@mail.gmail.com> <CAJQBtgnVCfrgBgSKL5rxNV1=7uQNDWzDxk+4oT+OoQR-=E1U4Q@mail.gmail.com> |
Hi. Just FYI, I use Erc (in Emacs). I'm not a very advanced user, perhaps, but I never felt like I miss anything. That's not to stop you from making your own, but if you just need a decent text client for IRC, then there's already at least one. On Thu, Jul 4, 2024 at 11:30 AM inhahe via Python-list <python-list@python.org> wrote: > > On Thu, Jul 4, 2024 at 5:22 AM inhahe <inhahe@gmail.com> wrote: > > > > > > > On Thu, Jul 4, 2024 at 5:14 AM Daniel via Python-list < > > python-list@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.) > -- > https://mail.python.org/mailman/listinfo/python-list
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
python for irc client Daniel <me@sc1f1dan.com> - 2024-07-04 00:51 -0700
Re: python for irc client inhahe <inhahe@gmail.com> - 2024-07-04 05:22 -0400
Re: python for irc client Daniel <me@sc1f1dan.com> - 2024-07-04 13:43 -0700
Re: python for irc client inhahe <inhahe@gmail.com> - 2024-07-04 05:25 -0400
Re: python for irc client Left Right <olegsivokon@gmail.com> - 2024-07-04 15:55 +0200
Re: python for irc client orzodk <orzodk@fastmail.com> - 2024-07-08 15:09 -0600
csiph-web