Skip to content

Instantly share code, notes, and snippets.

@mamemomonga
Last active August 15, 2021 06:23
Show Gist options
  • Save mamemomonga/5f5b53c642a7d70547038182d2f5eeee to your computer and use it in GitHub Desktop.
Save mamemomonga/5f5b53c642a7d70547038182d2f5eeee to your computer and use it in GitHub Desktop.
マストドンのカスタム絵文字をダウンロード
DOMAIN_NAME=mstdn.jp
curl -s https://$DOMAIN_NAME/api/v1/custom_emojis | jq -r '.[] | "curl -s -o " + .shortcode + ".png " + .url' | sh -x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment