Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 12 days 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 [email protected]:remiprev/emojibot.git
```

## Environment variables

Emojibot expects a few environment variables when it starts.

```bash
# Slack API token linked to the bot
SLACK_API_TOKEN=foo

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

## Usage

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