From e3151626c0f12a605fc38340b0be466dc7c1fa6a Mon Sep 17 00:00:00 2001 From: "Kay Marquardt (Gnadelwartz)" Date: Fri, 26 Jun 2020 08:26:52 +0200 Subject: [PATCH] first working version of send album for URLs --- README.html | 6 +++--- README.txt | 9 +++++---- bashbot.sh | 4 ++-- modules/sendMessage.sh | 31 ++++++++++++++++++++++++++++--- 4 files changed, 38 insertions(+), 12 deletions(-) diff --git a/README.html b/README.html index 90f2a8a..01a60c9 100644 --- a/README.html +++ b/README.html @@ -90,7 +90,7 @@ Written by Drew (@topkecleon), Daniil Gentili (@danogentili), and Kay M (@gnadel

Contributions by JuanPotato, BigNerd95, TiagoDanin, and iicc1.

Released to the public domain wherever applicable. Elsewhere, consider it released under the WTFPLv2.

Prerequisites

-

Uses JSON.sh, but no more TMUX.

+

Uses JSON.sh and the magic of (gnu) sed.

Even bashbot is written in bash, it depends on commands typically available in a Unix/Linux Environment. More concret on the common commands provided by recent versions of coreutils, busybox or toybox, see Developer Notes

Note for MacOS and BSD Users: As bashbot heavily uses modern bash and (gnu) grep/sed features, bashbot will not run without installing additional software, see Install Bashbot

Bashbot Documentation and Downloads are available on www.github.com

@@ -225,7 +225,7 @@ It features background tasks and interactive chats, and can serve as an interfac

Why Bash and not the much better xyz?

Well, that's a damn good question ... may be because I'm an Unix/Linux admin from stone age. Nevertheless there are more reasons from my side: