Bobinas P4G
  • Login
  • Public

    • Public
    • Groups
    • Popular
    • People

Conversation

Notices

  1. anomia@chilemasto.casa's status on Tuesday, 26-Apr-2022 22:48:05 UTC anomia anomia

    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"

    In conversation Tuesday, 26-Apr-2022 22:48:05 UTC from chilemasto.casa permalink

    Attachments


    Feeds

    • Activity Streams
    • RSS 2.0
    • Atom
    • Help
    • About
    • FAQ
    • Privacy
    • Source
    • Version
    • Contact

    Bobinas P4G is a social network. It runs on GNU social, version 2.0.1-beta0, available under the GNU Affero General Public License.

    Creative Commons Attribution 3.0 All Bobinas P4G content and data are available under the Creative Commons Attribution 3.0 license.