ebb/ssbpost.sh
2021-01-14 12:26:55 -05:00

14 lines
350 B
Bash
Executable File

#!/bin/bash
#ok so this script should take an argument of an image and posts it
#add blob
blobID=$(cat $1 | ssb-server blobs.add)
echo $blobID
#publish blob
#key=$(ssb-server publish --type post --text "![upload.bmp($blobID)]"
ssb-server publish --type post --text "![photo.bmp]($blobID)" --mentions.0.name photo.bmp --mentions.0.type image/bmp