This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

slack-emoji-export

1.1.0 • Public • Published

slack-emoji-export

A tool that can extract a Slack emojipack from a Slack you can log into.

  • If you don't download the emoji, you get an emojipack.yaml file that can be used by the emojipacks tool to import them into another Slack. The YAML file will point to the image files on Slack's servers, which are (for now, anyway!) accessible without authentication.

  • If you download the emoji, you get an emojipack.zip file that contains the YAML file as well as all the images. When you unzip it, the YAML file should be ready to go.

Running it

You'll need Node.js 8.x or higher.

With npm@6 or greater

You can run the exporter with npx and not have to install anything. The prompts will ask what they need!

npx slack-emoji-export

With older npm

If you have an older version of npm, you can install the exporter globally, then run it and follow the prompts.

npm install -g slack-emoji-export
slack-emoji-export

Readme

Keywords

none

Package Sidebar

Install

npm i slack-emoji-export

Weekly Downloads

4

Version

1.1.0

License

ISC

Unpacked Size

10.6 kB

Total Files

7

Last publish

Collaborators

  • mgwalker