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

https://github.com/merlin04/emojibot

Slack emoji uploader bot
https://github.com/merlin04/emojibot

Last synced: about 1 year ago
JSON representation

Slack emoji uploader bot

Awesome Lists containing this project

README

          

# Emojibot

> [!Warning]
> this repo isn't maintained anymore!! you should use [@taciturnaxolotl's fork](https://github.com/taciturnaxolotl/emojibot) instead. if you're looking for the code of the Emojibot app currently running in the Hack Club Slack workspace, you should go there.

Simple slack bot to add emoji to your workspace when a user posts a message in a channel with an image and emoji name.

Environment variables:
```env
SLACK_SIGNING_SECRET=
SLACK_BOT_TOKEN=
SLACK_APP_TOKEN=

SLACK_BOT_USER_TOKEN=[user token of an actual user, you can get this from devtools when signed in as that user]
SLACK_COOKIE=[the cookie string when signed in as that user]
```