File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,20 +62,22 @@ Next, go back to your app's **Basic Information** page
6262
6363.. image :: https://cloud.githubusercontent.com/assets/32463/24877833/950dd53c-1de5-11e7-984f-deb26e8b9482.png
6464
65- Add your app's **Client ID **, ** Client Secret ** and ** Verification Token ** to your python environmental variables
65+ Add your app's **Verification Token ** to your python environmental variables
6666
6767.. code ::
6868
69- export SLACK_CLIENT_ID=xxxxxxxxxxx.xxxxxxxxxxxxx
70- export SLACK_CLIENT_SECRET=XxxxXxxXXXxxXxxXX
7169 export SLACK_VERIFICATION_TOKEN=xxxxxxxxXxxXxxXxXXXxxXxxx
7270
7371 **🤖 Start ngrok **
7472
7573In order for Slack to contact your local server, you'll need to run a tunnel. We
7674recommend ngrok or localtunnel. We're going to use ngrok for this example.
7775
78- 💡 Slack requires event requests be delivered over SSL, so you'll want to
76+ If you don't have ngrok, `download it here `_.
77+
78+ .. _download it here : https://roach.ngrok.io/install
79+
80+ 💡 Slack requires event requests be delivered over SSL, so you'll want to
7981 use the HTTPS URL provided by ngrok.
8082
8183Run ngrok and copy the **HTTPS ** URL
You can’t perform that action at this time.
0 commit comments