We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I used to make it with sbotc/ssbserver this way
name=${qrcodefile##*/} id="$(sbotc blobs.add < $qrcodefile)" type="$(file -b --mime-type $qrcodefile)" size="$(wc -c < $qrcodefile)" sbot publish --type about --about $ssbpub --description "I am..." --name "$USER" --image "$id" sbotc publish '{"type":"post","text":"[qrcodefile.png]('"$id"')","mentions":[{"link":"'"$id"'","name":"'"$name"'","size":'"$size"',"type":"'"$type"'"}]}'
What would be an equivalent way to do it with ssb-cli / ssb-daemon ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I used to make it with sbotc/ssbserver this way
What would be an equivalent way to do it with ssb-cli / ssb-daemon ?
The text was updated successfully, but these errors were encountered: