Ecosyste.ms: Awesome
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: 12 days ago
JSON representation
Emojibot is a Slack bot that announces new custom emoji to a specific channel.
- Host: GitHub
- URL: https://github.com/remi/emojibot
- Owner: remi
- License: mit
- Created: 2017-09-16T10:32:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-09-28T17:17:15.000Z (about 2 years ago)
- Last Synced: 2024-10-19T10:06:26.645Z (2 months ago)
- Topics: custom-emoji, elixir, emoji, slack, slack-bot
- Language: Elixir
- Size: 27.3 KB
- Stars: 20
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```