Skip to content

Commit

Permalink
Adding an extra Step to choose Scratch Option. (#110)
Browse files Browse the repository at this point in the history
* Update SETUP.md

Signed-off-by: Isha Errande <[email protected]>

* Update SETUP.md

Signed-off-by: Isha Errande <[email protected]>

* Update SETUP.md

Signed-off-by: Isha Errande <[email protected]>

* Update SETUP.md

Signed-off-by: Isha Errande <[email protected]>

* Update SETUP.md

Signed-off-by: Isha Errande <[email protected]>

* Update SETUP.md

Signed-off-by: Isha Errande <[email protected]>

* Update SETUP.md

Signed-off-by: Isha Errande <[email protected]>

* Update SETUP.md

Added more images under setting up events, 

Signed-off-by: Isha Errande <[email protected]>

---------

Signed-off-by: Isha Errande <[email protected]>
  • Loading branch information
ise8933 authored May 2, 2024
1 parent efababa commit bc43ea2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
* First, we recommend [creating a new workspace](https://slack.com/get-started#create) where you won’t disrupt real work getting done.

* [Create a Slack app](https://api.slack.com/apps/new) and install it to the new workspace you created.

* After clicking a create a Slack app two options should appear. Choose the from scratch option to use this configuration UI .
![image](https://github.com/ise8933/chaoss-slack-bot/assets/90360951/e085ea5b-b98d-47cc-8c2d-c1563fddf88b)
* Click on the `Create App` button to go to the **Basic Information** page.
![](https://slack.dev/bolt-js/assets/basic-information-page.png)

Expand Down Expand Up @@ -73,9 +74,12 @@ To listen for events happening in a Slack workspace (like when a message is post
CHAOSS Slack Bot uses Socket Mode.

* Head to your app’s configuration page (click on the app from your [app management page](https://api.slack.com/apps)). Navigate to Socket Mode on the left side menu and toggle to enable.

![image](https://github.com/ise8933/chaoss-slack-bot/assets/90360951/56a53067-36ef-456c-aa72-e3287a3267f7)

* Go to **Basic Information** and scroll down under the App Token section and click **Generate Token and Scopes** to generate an app token. Add the `connections:write` scope to this token and save the generated xapp token.

![image](https://github.com/ise8933/chaoss-slack-bot/assets/90360951/36471450-4560-4c81-8bdb-06c32fd83843)

* Scroll down to **Subscribe to Bot Events** and select the events you want your bot to listen to. CHAOSS Slack Bot currently subcribes to [these events](https://docs.google.com/document/d/1NJd-nNKUNb3Q0lRb5cfmUU8kpRcYGjh-vPqpk4CCvic/edit#heading=h.vaz3oyzblsm7). The other available events are documented at [api.slack.com/events](api.slack.com/events).

* Follow the rest of the instructions in the [CONTRIBUTING.md](https://github.com/chaoss/chaoss-slack-bot/blob/main/CONTRIBUTING.md).
Expand Down

0 comments on commit bc43ea2

Please sign in to comment.