Sign inSign up

pottava/slack-invite

By pottava

Updated almost 10 years ago

A web application for automated Slack invitations.

Image
2

3.2K

pottava/slack-invite repository overview

Slack automated invitation


Supported tags and respective Dockerfile links:
・latest (en/Dockerfile)
・en (en/Dockerfile)
・ja (en/Dockerfile)

Description

This is a tiny web application for Slack team automated invitations. You can let team member candidates to send a invitation by themselves.
(日本語はこちら)

Usage

1. Generate a Slack API token

You can create an API token at Slack Web API.

2. Set environmental variables

e.g.

export SLACK_TEAM_NAME='JAWS-UG Architecture'
export SLACK_TEAM_DOMAIN=jaws-ug-arch
export SLACK_TOKEN=?
3. Run the application

docker run -d -p 80:80 -e SLACK_TEAM_NAME -e SLACK_TEAM_DOMAIN -e SLACK_TOKEN pottava/slack-invite

Notes
  • This docker image is very light-weight!(5MB
  • The Slack API token would not be exposed to users.

Code released under the MIT license.

Tag summary

Content type

Image

Digest

Size

4.5 MB

Last updated

almost 10 years ago

docker pull pottava/slack-invite