2.3.0 • Published 2 years ago

slackmojis-dl v2.3.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

slackmojis-dl

Downloads emojis from https://slackmojis.com/

example workflow

npm.io

Prerequisites

- Node v12 or later
- NPM

Usage

npx slackmojis-dl

Options

  --dest      Output directory. Defaults to the working directory
  --category  Specify a category to download
  --limit     Restrict the number of pages to download
  --dump      Save the emoji listing to ./emojis.json
              Override save location with --dest

Examples

  $ npx slackmojis-dl --dest desired/path
  $ npx slackmojis-dl --limit=5
  $ npx slackmojis-dl --dest desired/path --dump
  $ npx slackmojis-dl --category "Hangouts Blob"

Note

Emojis already found within the emojis/ directory won't be downloaded again on subsequent runs. For a fresh download, delete the emojis/ directory.

Organization

emojis
|
|-- Cat Emojis
|    |
|    |-- angry_cat.png
|    |-- anguished_cat.png
|    ...
|
|-- Facebook Reaction
|    |
|    |-- fb-angry.gif
|    |-- fb-heart.gif
|    ...
|
|  ...

Further Usage

These can then be uploaded to Slack manually or with an extension such as Neutral Face Emoji Tools to drag-and-drop an entire folder.

2.3.0

2 years ago

2.2.0

2 years ago

2.1.0

2 years ago

2.0.5

3 years ago

2.0.4

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago