/emoji-club

A slack bot that announces which custom emojis have been added to your org each day.

Primary LanguageJavaScript

Emoji Club

A slack bot that announces which custom emojis have been added to your org each day.

This is a small script meant to run as a daily job, on Heroku Scheduler or similar, that:

  1. Retrieves a list of all custom emoji in your Slack organization.
  2. Stores that list in Redis under a date-specific key.
  3. Compares todays list with yesterdays list and generates a diff of emojis.
  4. Posts that list in a digest to a Slack Webhook

Most of the magic is happening inside digest.js.