codebuddies / greetbot

Slackbot for greeting new codebuddies users
MIT License
9 stars 14 forks source link

Setup Local Development with localtunnel and Slack #42

Closed angelocordon closed 6 years ago

angelocordon commented 6 years ago

Setup framework for being able to develop locally and connect to a Slack channel via their APIs.

stain88 commented 6 years ago

Another thing to note: due to our use of await/async, people must have node version ^8.x installed - don't know if that should be in Chapter 1 setup, or at the top of the greetbot page.

stain88 commented 6 years ago

One more: when setting up commands, need to make sure "Escape channels, users, and links sent to your app" is checked, otherwise our parser breaks