Last active
July 28, 2017 10:00
-
-
Save akkyie/af10d079288a16f85bf15fdf5553c5fb to your computer and use it in GitHub Desktop.
Invite everyone into a channel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http https://slack.com/api/users.list token==$SLACK_TOKEN | jq ".members[].id" | xargs -I{} http https://slack.com/api/channels.invite token==$SLACK_TOKEN channel==$SLACK_CHANNEL user=={} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment