Upload custom emojis to Slack. You can upload files from the following sources:
- Emojipacks
- Directory
- Hipchat
Requires Python 3.6+.
git clone git@github.com:ksindi/slackmoji.git
cd slackmoji/Below will upload all files inside a directory with the filename as the emoji name:
python slackmoji /path/to/emojis --workspace myworkspace --email foo@example.compython slackmoji /path/to/emojipack --workspace myworkspace --email foo@example.com --format emojipackGo to https://{you_workspace}.hipchat.com/emoticons and download the source url.
python slackmoji /path/to/source_url --workspace myworkspace --email foo@example.com --format hipchatYou can see the emojis to be uploaded (without uploading) by using the option --dry-run.
Following features not supported:
- 2FA
- Emoji aliases
Code inspired by Emojipacks.
MIT