1.0.3 • Published 3 years ago

slack-script-helper v1.0.3

Weekly downloads
22
License
ISC
Repository
-
Last release
3 years ago

script-helper

A helper that provides functions that are often used when administering Slack.

To use this you would initialise the helper

const { PlusScriptHelper } = require("./index").setToken( "xoxb-1300385010758-1753XXXXXXXXX" );

And then for example to get all the guest users written out to a csv file you could use the following:

(async () => { try { try { PlusScriptHelper.writeGuestUsersToAFile("testOutput.csv"); } catch (e) { console.log(e); } } catch (error) { console.error(error); } })();

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago