An open API service indexing awesome lists of open source software.

https://github.com/fromkk/slackcustomemoji

download slack custom emoji
https://github.com/fromkk/slackcustomemoji

Last synced: about 1 year ago
JSON representation

download slack custom emoji

Awesome Lists containing this project

README

          

# CustomEmoji

Download custom emoji from Slack

## Install

```sh
git clone https://github.com/fromkk/SlackCustomEmoji.git
cd SlackCustomEmoji
make install
```

## Usage

```sh
CustomEmoji --help
USAGE: custom-emoji [--user-display-name ] [--from ] [--to ] [--download ]

ARGUMENTS:
Path to custom emoji jsons.

OPTIONS:
-u, --user-display-name
UserDisplayName for filter
-f, --from filtering from YYYYMMDD
-t, --to filtering to YYYYMMDD
-d, --download
path to Download directory
-h, --help Show help information.
```