Super simple ruby script to get emails of (non-disabled) users within certain Slack channel
- Install dependencies:
bundle install
- Run:
ruby get-channel-users-emails.rb <YOUR-TOKEN> <CHANNEL_NAME>
...and after the script is complete, results will be located within ./results
-directory.