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
- Host: GitHub
- URL: https://github.com/merlin04/emojibot
- Owner: Merlin04
- License: mit
- Created: 2022-01-05T01:09:18.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-01-06T21:04:06.000Z (over 1 year ago)
- Last Synced: 2025-03-27T23:11:43.636Z (about 1 year ago)
- Language: TypeScript
- Size: 87.9 KB
- Stars: 23
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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]
```