/slack-random-emoji-service

A simple service that retrieves the emoji's defined in a Slack workspace and adds a slash command to get a random emoji and post it.

Primary LanguageGoApache License 2.0Apache-2.0

Go Report Card

slack_random_emoji_service

Requirements

Installation

  1. Clone the repo
git clone git@github.com:/ciroque/slack-random-emoji-service.git
cd slack-random-emoji-service
  1. Set a Slack auth token
export SLACK_AUTH_TOKEN=<your slack token>
  1. Set the listen port
export SRES_PORT=888
  1. Start the service
go run cmd/slack-random-emoji-service/main.go

Usage

Development

Read the CONTRIBUTING.md file.

License

Apache License, Version 2.0

© Steve Wagner 2022