Skip to content

Instantly share code, notes, and snippets.

@Ciantic
Created December 22, 2022 20:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ciantic/d640f6d0ba87a7634171fb30814fd83a to your computer and use it in GitHub Desktop.
Save Ciantic/d640f6d0ba87a7634171fb30814fd83a to your computer and use it in GitHub Desktop.
fetch replies
#!/bin/bash
HEADERS='Accept: application/ld+json; profile="https://www.w3.org/ns/activitystreams"'
curl -H "$HEADERS" "https://mastodon.social/users/Gargron/statuses/109543381373981313/replies?only_other_accounts=true&page=true" | jq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment