Where's the "useful" line between "lets me post from the command line" and "sbot-compatible?" Tilde Friends is a small daemon that does replication, has a web interface, and it has supported posting from the command-line, but I haven't made any effort for the cli to be compatible.
I wrote a one-liner script to use sbot to post messages, taking markdown from stdin. Anything sbot-compatible will work with the script; if it's not sbot-compatible I'd need to modify the script. But I'm not using any advanced or complex features of sbot (largely because I couldn't figure out how to get other simple features, like a truncated list of recent messages, working).
😅 Oh yeah, I removed command-line posting when I added multiple account support. This will motivate me to add it back.
Next release will have a little something:
out/debug/tildefriends publish [options]
options:
-y, --user user User owning identity with which to publish.
-i, --identity identity Identity with which to publish message.
-d, --db-path db_path SQLite database path (default: db.sqlite).
-c, --content json JSON content of message to publish.
-h, --help Show this usage information.
@enkiv2 Just a heads-up, I started using tildefriends publish
in a cron job and fixed a few minor bugs for @SecureScuttlebuttFeed along the way.