Re: python for irc client

Liste des GroupesRevenir à cl python 
Sujet : Re: python for irc client
De : orzodk (at) *nospam* fastmail.com (orzodk)
Groupes : comp.lang.python
Date : 08. Jul 2024, 23:09:01
Autres entêtes
Message-ID : <mailman.23.1720472929.2981.python-list@python.org>
References : 1 2
User-Agent : Gnus/5.13 (Gnus v5.13)
Daniel via Python-list <python-list@python.org> writes:

One thing missing is a good textmode irc client that will connect to
quassel core.
>
I've seen efforts to make a plugin for weechat but, to date, I don't see much
progress on that end.
>
In your wisdom, would python be a good environment to accomplish this? I'd
likely use extended ascii and colors. The point would be to minimize the
memory footprint of the application.

One feature of weechat you may be interested in is it's relay mode:

https://weechat.org/files/doc/weechat/stable/weechat_user.en.html#relay

If you flipped this architecture around you should be able to run
weechat as your bouncer then connect quassel or any other client to
weechat with it's IRC relay mode. Weechat also has a list of remote
interfaces that can use this

https://weechat.org/about/interfaces/

OTOH if you prefer the setup you've got I've had 0 issues with the
Python plugins I've written for weechat. A Quassel/weechat proxy plugin
should be pretty straight forward and if you prefer a standalone bridge,
as others have suggested Python is great for that too!

Date Sujet#  Auteur
8 Jul 24 o Re: python for irc client1orzodk

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal