File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ This adapter enhances and simplifies Slack's Events API by incorporating useful
2020
2121
2222🤖 Installation
23- ------------
23+ ----------------
2424
25- .. code ::
25+ .. code :: shell
2626
2727 pip install slackeventsapi
2828
@@ -61,7 +61,7 @@ user has authorized your app.
6161 anything but development. It’s not well-suited for production use.
6262
6363🤖 Usage
64- -----
64+ ---------
6565 **⚠️ Keep your app's credentials safe! **
6666
6767 - For development, keep them in virtualenv variables.
@@ -80,7 +80,7 @@ Create a Slack Event Adapter for receiving actions via the Events API
8080
8181 from slackeventsapi import SlackEventAdapter
8282
83- slack_events_adapter = SlackEventAdapter(SLACK_VERIFICATION_TOKEN , endpoint = " /slack/events " )
83+ slack_events_adapter = SlackEventAdapter(SLACK_VERIFICATION_TOKEN , endpoint = " /slack_events " )
8484
8585 Create an event listener for "reaction_added" events and print the emoji name
8686
@@ -102,15 +102,15 @@ For a comprehensive list of available Slack `Events` and more information on
102102`Scopes `, see https://api.slack.com/events-api
103103
104104🤖 Examples
105- --------
105+ ------------
106106
107107See `example.py `_ for usage examples. This example also utilizes the
108108SlackClient Web API client.
109109
110110.. _example.py : /example/
111111
112112🤔 Support
113- -------
113+ -----------
114114
115115Need help? Join `Bot Developer Hangout `_ and talk to us in `#slack-api `_.
116116
You can’t perform that action at this time.
0 commit comments