An open API service indexing awesome lists of open source software.

https://github.com/remi/emojibot

Emojibot is a Slack bot that announces new custom emoji to a specific channel.
https://github.com/remi/emojibot

custom-emoji elixir emoji slack slack-bot

Last synced: about 1 year ago
JSON representation

Emojibot is a Slack bot that announces new custom emoji to a specific channel.

Awesome Lists containing this project

README

          

# Emojibot

Emojibot is a Slack bot that announces new custom emoji to a specific channel.

## Installation

```bash
$ git clone git@github.com:remiprev/emojibot.git
```

## Environment variables

Emojibot expects a few environment variables when it starts.

```bash
# Slack tokens linked to the bot
SLACK_APP_TOKEN=foo
SLACK_BOT_TOKEN=bar

# Channel ID where the bot will forward messages
EMOJI_CHANNEL_ID=C…
```

## Usage

```bash
$ mix run --no-halt
```