Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update list of emojis | Trygve Aaberge | 2017-09-16 | 1 | -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.json | Trygve Aaberge | 2017-09-16 | 1 | -1/+1304 |
| | | | | This makes it easier to see what is changed when we update the list. | ||||
* | massssssssive merge of the new codebase | Ryan Huber | 2017-04-12 | 1 | -0/+1 |