https://github.com/aoki/slackee
Slack emoji exporter
https://github.com/aoki/slackee
emoji javascript slack
Last synced: about 2 months ago
JSON representation
Slack emoji exporter
- Host: GitHub
- URL: https://github.com/aoki/slackee
- Owner: aoki
- Created: 2018-06-11T15:29:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-23T06:24:25.000Z (about 8 years ago)
- Last Synced: 2026-04-30T07:42:03.986Z (about 2 months ago)
- Topics: emoji, javascript, slack
- Language: JavaScript
- Homepage:
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# slackee
`slackee` export all emoji from Slack.
## How to Use
Install from `npm`.
```bash
npm -g install slack-emoji-exporter
```
Setup environment variables `SLACK_API_TOKEN`.
```bash
export SLACK_API_TOKEN='xoxb-XXXXXXXXXXXX-XXXXXXXXXXXXXXXXXXXXXXXX'
```
Get emoji.
```bash
slackee -d -o output_dir
```
Show helps.
```bash
slackee --help
```