this post was submitted on 19 Jun 2023
52 points (100.0% liked)
Free and Open Source Software
17926 readers
8 users here now
If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I wrote an XMPP-to-REST bridge, one-to-N. Everything gets its own rail and message queue on the bridge so as long as something can make HTTP requests, it can send messages and receive them. Huginn agents, any of my bots (written in Python), even shell scripts. Just about everything I have that crunches numbers has at least one of those bridges and a population of bots running on it.
There's nothing wrong with command line chains, I have a really cut down version of System Bot re-implemented as a shell script (developed under Busybox's default shell) for my OpenWRT stuff.