Ecosyste.ms: Awesome
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 4 hours 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-20T04:32:28.000Z (7 months ago)
- Last Synced: 2024-04-20T05:28:00.368Z (7 months ago)
- Language: TypeScript
- Size: 89.8 KB
- Stars: 19
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Emojibot
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]
```