Skip to content
View zk-1's full-sized avatar
  • Shopify
  • Ontario, Canada
Block or Report

Block or report zk-1

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Get a list of all authorized users I... Get a list of all authorized users IDs of a Slack app (max 1001 users)
    1
    // Gets a list of all authorized users IDs of a Slack app in your org (max 1001 users)
    2
    // In your browser, go to the app's page (slack.com/apps -> Manage -> click on the app), then run this in the browser console:
    3
    JSON.parse($("div[data-automount-component|='AppDirectoryAuthorizations']")[0].attributes["data-automount-props"].value).authorizations.map(this_auth => this_auth.encodedUserLink).toString()
  2. Install GAMADV-XTD3 alongside GAM Install GAMADV-XTD3 alongside GAM
    1
    #!/usr/bin/env bash
    2
    #          Name: Install GAMADV-XTD3 alongside GAM
    3
    #         Usage: ./install_GAMADV-XTD3_alongside_GAM.sh
    4
    #   Description: Installs latest version of GAMADV-XTD3 alongside GAM, and creates 'gam3' alias for it
    5
    #        Author: Zoë Kelly (zoe@starshade.ca)
  3. Migrate profile fields for one or al... Migrate profile fields for one or all members of a Slack workspace
    1
    #!/usr/bin/env bash
    2
    #          Name: Slack Profile Field Migrate
    3
    #         Usage: slack-profile-field-migrate.sh
    4
    #   Description: Migrate profile fields for one or all members of a Slack workspace
    5
    #        Author: Zoë Kelly (zoe@starshade.ca)