Skip to content

😄 Upload custom emojis to Slack

License

Notifications You must be signed in to change notification settings

ksindi/slackmoji

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SlackMoji

Upload custom emojis to Slack. You can upload files from the following sources:

Requires Python 3.6+.

Usage

git clone [email protected]:ksindi/slackmoji.git
cd slackmoji/

Upload from directory

Below will upload all files inside a directory with the filename as the emoji name:

python slackmoji /path/to/emojis --workspace myworkspace --email [email protected]

Upload from emojipack

python slackmoji /path/to/emojipack --workspace myworkspace --email [email protected] --format emojipack

Upload from Hipchat

Go to https://{you_workspace}.hipchat.com/emoticons and download the source url.

python slackmoji /path/to/source_url --workspace myworkspace --email [email protected] --format hipchat

Debugging

You can see the emojis to be uploaded (without uploading) by using the option --dry-run.

Limitations

Following features not supported:

  • 2FA
  • Emoji aliases

Credit

Code inspired by Emojipacks.

License

MIT

About

😄 Upload custom emojis to Slack

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published