https://github.com/jmkoni/export_slack_emojis
Ruby script to parse json from slack emoji list
https://github.com/jmkoni/export_slack_emojis
Last synced: about 1 year ago
JSON representation
Ruby script to parse json from slack emoji list
- Host: GitHub
- URL: https://github.com/jmkoni/export_slack_emojis
- Owner: jmkoni
- License: mit
- Created: 2020-03-30T19:03:07.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-30T19:44:47.000Z (about 6 years ago)
- Last Synced: 2025-04-08T22:32:45.275Z (about 1 year ago)
- Language: Ruby
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# export_slack_emojis
Ruby script to parse json from slack emoji list
1. Go to https://your-slack.slack.com/customize/emoji
2. Open up developer tools then the network tab.
3. Filter by XHR or just search for `emoji.adminList`.
4. Copy and paste into a file called `emoji#{number}.json` with `#{number}` being the file number.
5. Keep scrolling down and keep copying and pasting and creating files.
6. Download the script into the same directory
7. 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.
8. 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](https://manychat.com/blog/quick-tip-how-to-bulk-upload-custom-slack-emojis/).