A bot for onboarding new members onto the slack group, as well as be a good friend to everyone the channel 🥺.
Written in NodeJS, PostGreSQL, and uses the slack WebAPI and slack EventsAPI!
Deployed at http://watermelone-pesos.herokuapp.com
$ export SLACK_SIGNING_SECRET=<slack_signing_secret>
$ export CLIENT_ID=<client_id>
$ export CLIENT_SECRET=<client_secret>
$ export DATABASE_URL=<database_url>
$ npm start
$ ngork http $PORT