Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simov/slack-emojinator
Slack Emojinator
https://github.com/simov/slack-emojinator
slack
Last synced: 15 days ago
JSON representation
Slack Emojinator
- Host: GitHub
- URL: https://github.com/simov/slack-emojinator
- Owner: simov
- License: mit
- Created: 2017-02-14T15:47:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-04T11:29:33.000Z (over 6 years ago)
- Last Synced: 2024-10-04T21:37:27.154Z (about 1 month ago)
- Topics: slack
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# slack-emojinator
```bash
npm install -g slack-emojinator
```# run
```bash
slack-emojinator --config config.json --env env-name
```# config
```js
{
"env-name": {
"org": "slack organization subdomain",
"cookie": "open up the Network tab in DevTools and copy your cookie session here",
"icons": "/absolute/path/to/icons/location"
}
}
```> Name the icon files with their respective shortcodes, for example: `trollface.png` will become `:trollface:` in Slack.
[name-taken-from-here]: https://github.com/smashwilson/slack-emojinator