Skip to content

kcalbers/slack_scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

slack_scripts

A list of random scripts that can be used for your test team.

How to run the bulk user script

  1. You'll need to install the requests package for python. Use an installer like pip.
  • From a terminal: curl -O https://bootstrap.pypa.io/get-pip.py
  1. Install pip
  • From a terminal: sudo python get-pip.py
  1. Install requests
  • sudo pip install requests
  1. Ensure that you have an admin token for your Slack team.
  1. Download the python script (.py) to your hard drive.
  2. From a terminal, run the program
  • python slack_create_50_users.py

About

A list of random scripts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages