slack-bulkinviter icon indicating copy to clipboard operation
slack-bulkinviter copied to clipboard

Bulk invite users to a slack channel

Results 3 slack-bulkinviter issues
Sort by recently updated
recently updated
newest added

Not an issue, but I thought it would be helpful to other people to easily run this. Create a new directory named "slack-bulkinviter", then once in that directory, copied the...

When i specify private channel ID, it throws Cannot find channel error

``` Traceback (most recent call last): File "inviter.py", line 30, in response = slack.channels.list() File "/Library/Python/2.7/site-packages/slacker/__init__.py", line 212, in list params={'exclude_archived': exclude_archived}) File "/Library/Python/2.7/site-packages/slacker/__init__.py", line 68, in get return self._request(requests.get,...