Sujet : Creating a framework for bots
De : sch (at) *nospam* fedora.email (Schimon Jehudah)
Groupes : comp.lang.pythonDate : 18. Mar 2025, 07:24:29
Autres entêtes
Message-ID : <mailman.141.1742279392.2912.python-list@python.org>
References : 1
User-Agent : Claws Mail 4.3.1 (GTK 3.24.48; x86_64-pc-linux-gnu)
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/schI 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/#previewThe 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