Connect teammates for a chat on Slack
This repository is a self hosted conversation starter bot for Slack on AWS. Every two weeks, it pairs random teammates for a 15-minute conversation.
While there are free, managed alternatives for companies below 25 employees, bigger teams can lavarage this repository to create a customized People and Culture experience in a remote environment.
- Create a Slack app for your Workspace, with permissions
channels:history
,mpim:write
,chat:write
,users:read
, and Install your app - Customize your
config.json
andsrc/messages.json
files if you want different configurations than thenice-2-meet-u
defaults - Setup
AWS_ACCESS_KEY_ID
,AWS_SECRET_ACCESS_KEY
andSLACK_API_TOKEN
as Secrets on this repo so that Github Actions can deploy this service