Skip to content

soedr/slack-bulkinviter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Slack-Bulkinviter

Super quick and dirty Python script to bulk invite ALL users in a slack team to a specific channel. Forked from robby-dermody/slack-bulkinviter.

To use:

  • Install the slacker library via pip

  • Get an API key

  • Store your API key as an environment variable; change the varname according to your needs.

  • Execute the script, passing the name of the channel where all users will be invited. Example:

    ./slack-bulkinviter.py --channel mychannel

  • Sit back and let it do its work.

Additional info:

  • The tool does not allow you to invite bots or yourself to a channel.

About

Bulk invite users to a slack channel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%