aboutsummaryrefslogtreecommitdiffstats
path: root/weemoji.json
Commit message (Collapse)AuthorAgeFilesLines
* Update weemoji.json fileTrygve Aaberge2022-10-291-0/+2047
|
* Update weemoji.jsonTrygve Aaberge2022-01-301-87/+2603
|
* Render emojis as emoji charactersTrygve Aaberge2020-02-011-1625/+11487
| | | | Fixes #465
* Update list of emojisTrygve Aaberge2018-04-251-0/+279
| | | | | | | | | | I had to make some changes to the command I used last time. This was the one used now: curl https://a.slack-edge.com/bv1-3/emoji_5.f765b7e9a668291cfd7b.min.js | sed -e 's/.*c.prototype.data=\({[^}]*}\).*/\1/' \ -e 's/\\x/\\u00/g' -e 's/\([0-9]\+\):/"\1":/g' | jq '{emoji: [to_entries | .[].value[3]] | flatten | sort}' > weemoji.json
* Update list of emojisTrygve Aaberge2017-09-161-0/+44
| | | | | | | | | | | This was done using the following command. It is not an API call and pretty fragile to changes, so we can't use it to automatically load the list from wee_slack.py. curl -s 'https://cfr.slack-edge.com/bv1-1/emoji.84b5140d201ea94c81b4.min.js' | \ sed -e 's/.*emoji.prototype.data = \({[^}]*}\).*/\1/' \ -e 's/\\n/\n/g' -e 's/\\t/\t/g' -e 's/\\'/'/g' | \ jq '{emoji: [to_entries | .[].value[3]] | flatten | sort}'
* Sort and format weemoji.jsonTrygve Aaberge2017-09-161-1/+1304
| | | | This makes it easier to see what is changed when we update the list.
* massssssssive merge of the new codebaseRyan Huber2017-04-121-0/+1