A super quick CLI hack to get a random member of your Slack Team. 🎲
- 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
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 💯 randomly to avoid bias (and thinking too hard about what someone would think about my selection of them for a particular character).
Built-in filtering by channel membership (e.g. only names from #teamname
).