itslenny / slack-emoji-import

Simple bulk emoji importer for slack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slack Emoji Import

npm version

A slack builk emoji importer built on puppeteer heavily based on emojipacks (which wasn't working due to a slack update when I created this).

Usage

The command line tool can work with an emoji pack yaml file or just a directory full of images. If you use a directory the file names (without extension) will be used as the name in slack.

  • npm i -g slack-emoji-import
  • slack-emoji-import path/to/emoji-pack.yaml
  • follow on screen prompts

TODO / Known issues

  • Aliases are not supported
  • Multiple yaml file import
  • Crashes if something goes wrong (i.e. already an emoji with this name error)
  • Maybe some tests???

Emoji Packs

You can find emoji packs here: https://emojipacks.com/

!!

About

Simple bulk emoji importer for slack

License:MIT License


Languages

Language:TypeScript 100.0%