rando-slackrisian
v1.0.0
Published
Get a random coworker name from your Slack team
Downloads
7
Readme
Rando Slackrisian
A super quick CLI hack to get a random member of your Slack Team. :game_die:
- Obtain a full-access token for your Slack Team at: https://api.slack.com/web#authentication
- Install this script via NPM,
npm install -g rando-slackrisian
- Run the script with your token set as an environment variable:
SLACK_TOKEN=[foo] rando-slackrisian
Why?!
When playing videogames like Darkest Dungeon or XCOM with large rosters of characters, it can be quite amusing to name all your adventurers after friends or coworkers.
I like to do this :100: randomly to avoid bias (and thinking too hard about what someone would think about my selection of them for a particular character).
TODO
Built-in filtering by channel membership (e.g. only names from #teamname
).