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
- Host: GitHub
- URL: https://github.com/fromkk/slackcustomemoji
- Owner: fromkk
- License: other
- Created: 2020-06-30T01:52:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-30T02:21:40.000Z (almost 6 years ago)
- Last Synced: 2025-02-03T14:27:20.812Z (over 1 year ago)
- Language: Swift
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.
```