Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 582 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 582 Bytes

slack_inviter

Quick inviter for Slack

Usage

  • Clone the repo
  • rename config.yml.dist to config.yml
  • edit config.yml, add your team name, api key, and channels you want your users to join
  • run bundler install
  • start the server by running rackup config.ru -p PORT (you can omit -p, it'll default to port 9292)

How to get a Slack API Token

How to get Channel IDs

curl -X POST 'https://YOURTEAM.slack.com/api/channels.list' --data 'token=YOUR SLACK TOKEN' --compressed