Skip to content

Simple serverless slack bot used to learn everyone's name across an organization

Notifications You must be signed in to change notification settings

frobichaud/slack-facematch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jets Project

This README would normally document whatever steps are necessary to get the application up and running.

Things you might want to cover:

  • Dependencies
  • Configuration
  • Database setup
  • How to run the test suite
  • Deployment instructions

docker run -d -p 6379:6379 redis

  • Create environment files ** Create a .env.development file with the following keys: SLACK_API_TOKEN=<<A Slack bot's OAuth key>> REDIS_URL=redis://localhost:6379/15

** Create a .env.production file with the following keys: SLACK_API_TOKEN=<<Your Slack bot's OAuth key>> REDIS_URL=<> VPC_SECURITY_GROUPS=<> eg: ["vpc1", "vpc1"] VPC_SUBNETS=<> eg: ["sg1", "sg2"]

About

Simple serverless slack bot used to learn everyone's name across an organization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published