Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 422 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 422 Bytes

inviterator

script to invite everyone on a slack team to a particular channel.

Usage

git clone [email protected]:makesaltlake/inviterator.git && cd inviterator
bundle install
SLACK_API_TOKEN="xoxp-..." bundle exec bin/inviterator some_channel

will invite all users on your Slack team to #some_channel. xoxp-... is a token you'll need to grab from https://api.slack.com/custom-integrations/legacy-tokens.