Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amscotti/slack-emoji-exporter
A tool to export Slack Workspace's Emojis
https://github.com/amscotti/slack-emoji-exporter
slack slack-api
Last synced: 20 days ago
JSON representation
A tool to export Slack Workspace's Emojis
- Host: GitHub
- URL: https://github.com/amscotti/slack-emoji-exporter
- Owner: amscotti
- License: mit
- Created: 2019-05-14T01:21:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-14T02:02:55.000Z (over 5 years ago)
- Last Synced: 2024-12-16T16:12:43.184Z (25 days ago)
- Topics: slack, slack-api
- Language: Kotlin
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Slack Emoji Exporter
A tool to export Slack Workspace's Emojis## To Build
* Install Java v11
* Run `./gradlew jar`## To Run
* Create an API tokens for Slack from the [Legacy Tokens page](https://api.slack.com/custom-integrations/legacy-tokens)
* `SLACK_API_TOKEN=xoxp-XXXXXX java -jar ./build/libs/slack-emoji-exporter-1.0-SNAPSHOT.jar`## Docker
### Build
Run `docker build . -t kotlin_slack_emoji_exporter` to build a docker image.### Run
There is an docker image you can use for you don't need to build the code yourself,
`docker run -e SLACK_API_TOKEN=xoxp-XXXXXX -v ~/emojis:/root/downloads amscotti/kotlin_slack_emoji_exporter`