Last active
August 15, 2021 06:23
-
-
Save mamemomonga/5f5b53c642a7d70547038182d2f5eeee to your computer and use it in GitHub Desktop.
マストドンのカスタム絵文字をダウンロード
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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