joeltoby / slack_scripts

A list of random scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 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


Languages

Language:Python 100.0%