summary refs log tree commit diff
path: root/get-emoji-list.sh
blob: c5102ae979dff977d71bad2cd8005254c1e7b93c (plain) (blame)
1
2
3
4
5
#!/usr/bin/env sh
# http://unlicense.org/

curl https://plural.cafe/api/v1/custom_emojis | jq '.[].shortcode' | sed 's/"//g' | sort > emoji-list