programé este cliente para tootear desde la terminal. Primero hay q crear una app en la instancia para conseguir un token, dsps crear un archivo con esto:
#!/bin/sh
b=$(curl --header "Content-Type: application/json" \
--header "Authorization: Bearer [TOKEN]" \
--request POST --data "{\"status\":\"$1\"}" \
https://chilemasto.casa/api/v1/statuses)
$b
modo de uso:
$ mastodon "el mensaje que quiero tootear"
Bobinas P4G is a social network. It runs on GNU social, version 2.0.1-beta0, available under the GNU Affero General Public License.
All Bobinas P4G content and data are available under the Creative Commons Attribution 3.0 license.