https://github.com/dzucconi/emojify
A communication tool
https://github.com/dzucconi/emojify
Last synced: 6 months ago
JSON representation
A communication tool
- Host: GitHub
- URL: https://github.com/dzucconi/emojify
- Owner: dzucconi
- License: mit
- Created: 2015-09-10T15:03:08.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T11:38:09.000Z (almost 2 years ago)
- Last Synced: 2025-01-10T01:02:47.872Z (9 months ago)
- Language: Ruby
- Homepage:
- Size: 637 KB
- Stars: 28
- Watchers: 2
- Forks: 7
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# emojify
[](http://travis-ci.org/dzucconi/emojify)
## Slack command
```
/emojify [text] [foreground] [background]
```## Wat?

## Setup
#### Deploy to Heroku
[](https://heroku.com/deploy)
#### Slash Command
You need to respond to the `/emojify` command. Setup a new [slash command](https://slack.com/services/new/slash-commands) with the following settings.
* Command: `/emojify`
* URL: `https://.herokuapp.com/`
* Method: `POST`
* Check _Show this command in the autocomplete list_.
* Description: `Emojify your text`.
* Usage hint: `[text] [foreground] [background]`#### Public Emoji Art
By default the emoji output is only visible to you. If you wish to post the emoji publicly, you need an API token. Setup a [bot](https://slack.com/services/new/bot) and note the API token.
Configure the Heroku application with `heroku config add`.
* SLACK_API_TOKEN: The token from the bot if you want to respond publicly.
* USERNAME: Optional name of bot for public messages.
* ICON: Optional URL to an image to use as the icon for public messages.