Skip to content

Send messages to a Slack channel when a new emoji is added

Notifications You must be signed in to change notification settings

mdjohns/slack-emoji-notify

Repository files navigation

Slack Emoji Notify

This is a simple, silly project. My friends group uses Slack to communicate primarily, and it is difficult on the Slack mobile app to see new emojis and the shortcut to use them.

This bot simply listens for the emoji_changed event and sends a message to the specified channel with the emoji and the shortcut:

Screenshot of emoji bot response

Tech Stuff

This bot makes use of Slack's Bolt framework, which makes it incredibly easy to get working.

There are three .env variables needed:

# .env
SLACK_SIGNING_SECRET=<signing_secret>
SLACK_TOKEN=<token>
CHANNEL_ID=<channel_id>

About

Send messages to a Slack channel when a new emoji is added

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published