Deutsch English Français Italiano |
<mailman.141.1742279392.2912.python-list@python.org> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!3.eu.feeder.erje.net!feeder.erje.net!fu-berlin.de!uni-berlin.de!not-for-mail From: Schimon Jehudah <sch@fedora.email> Newsgroups: comp.lang.python Subject: Creating a framework for bots Date: Tue, 18 Mar 2025 08:24:29 +0200 Lines: 26 Message-ID: <mailman.141.1742279392.2912.python-list@python.org> References: <20250318082301.0077ef3e@workstation.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: news.uni-berlin.de JKm05IQ3IUXeuE4PNwD3NQ14jEsrDVSFIPdj2SCgSxjQ== Cancel-Lock: sha1:HJYlz3cxAHo1aDDeR1XNVB+v318= sha256:p96EFiVNaz3fnMZpf1IPW0U/P4DepBfQl5aKnPmPFdU= Return-Path: <sch@fedora.email> X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org Authentication-Results: mail.python.org; dkim=pass reason="1024-bit key; unprotected key" header.d=fedora.email header.i=@fedora.email header.b=zfZQgzeD; dkim-adsp=pass; dkim-atps=neutral X-Spam-Status: OK 0.033 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'yet.': 0.04; 'received:205': 0.07; 'received:email': 0.09; 'url:eu': 0.09; 'bots': 0.16; 'irc': 0.16; 'templates,': 0.16; 'url- ip:213.136/16': 0.16; 'url:sch': 0.16; 'instead': 0.17; 'to:addr :python-list': 0.20; 'code': 0.23; 'framework': 0.26; 'visual': 0.26; 'creating': 0.27; 'thinking': 0.28; 'ideas': 0.28; 'module': 0.31; 'structure': 0.32; 'subject:for': 0.32; 'including': 0.60; 'chat': 0.61; 'copy': 0.63; 'url:net': 0.67; 'received:185': 0.71; 'received:localdomain': 0.81; 'contacts': 0.82; 'subject:Creating': 0.84; 'day!': 0.85 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fedora.email; q=dns/txt; s=aug2020; bh=+SJ5i5EgvYUaJjH59hL1dJyVFzJqaMEQGje8KuNIkZA=; h=from:subject:date:message-id:to:mime-version:content-type:content-transfer-encoding; b=zfZQgzeDZXP5cYkZpVXnFBmjBmKHS9cZhBiYLCzAbCFSGUptiMNYj1wQPRixCL9Y1dYyWgfxM FoZXMJXDhkDaYFGkiaa3DesKvQzdnw1pP2tr+AXswgezxgO1gGHuaFIUIIn5SIG1cHKLP+9eTmp Z+kzX227N+eYp+R5PnarDDs= X-Zone-Loop: d19dfa4f7390d92579b8970a79f8405f6a6e1c8bdcf3 X-Originating-IP: [185.220.101.183] X-Mailer: Claws Mail 4.3.1 (GTK 3.24.48; x86_64-pc-linux-gnu) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.39 Precedence: list List-Id: General discussion list for the Python programming language <python-list.python.org> List-Unsubscribe: <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> List-Archive: <https://mail.python.org/pipermail/python-list/> List-Post: <mailto:python-list@python.org> List-Help: <mailto:python-list-request@python.org?subject=help> List-Subscribe: <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> X-Mailman-Original-Message-ID: <20250318082301.0077ef3e@workstation.localdomain> Bytes: 3715 Good day! My name is Schimon, and I create software in a form of XMPP contacts (i.e. bots) with chat and visual interfaces. https://git.xmpp-it.net/sch I already have three bots, and several ideas for other bots, including BitTorrent, MPD, and even Chess. gemini://woodpeckersnest.space/~schapps/journal/2024-05-23-slixfeed-news-bot.gmi https://schapps.woodpeckersnest.eu/journal/2024-05-23-slixfeed-news-bot/#preview The basic structure of all of the bots is almost identical. Instead of repeating code and copy and paste my own templates, I was thinking of creating a framework for creating XMPP bots, based on the module Slixmpp, and perhaps also for IRC and MQTT. I do not know how to design a framework yet. I would appreciate guidance. Kind regards, Schimon