Ruby script to parse json from slack emoji list
- Go to https://your-slack.slack.com/customize/emoji
- Open up developer tools then the network tab.
- Filter by XHR or just search for
emoji.adminList
. - Copy and paste into a file called
emoji#{number}.json
with#{number}
being the file number. - Keep scrolling down and keep copying and pasting and creating files.
- Download the script into the same directory
- Run script like this:
ruby download_emojis.rb NUMBER_OF_FILES_CREATED
Note:NUMBER_OF_FILES_CREATED
should be replaced with however many files you created. It defaults to 10. - The files will be created in an
emojis
folder with the name of the emoji as the file name.
If you want to bulk import, this should work.