Quick inviter for Slack
- Clone the repo
- rename
config.yml.dist
toconfig.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)
- Visit https://api.slack.com/docs/oauth-test-tokens and generate a test token
curl -X POST 'https://YOURTEAM.slack.com/api/channels.list' --data 'token=YOUR SLACK TOKEN' --compressed