You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/english/getting-started.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,8 @@
1
1
---
2
2
sidebar_label: Quickstart
3
+
title: Quickstart guide with Bolt for Python
3
4
---
4
5
5
-
# Quickstart guide with Bolt for Python
6
-
7
6
This quickstart guide aims to help you get a Slack app using Bolt for Python up and running as soon as possible!
8
7
9
8
import Tabs from '@theme/Tabs';
@@ -292,8 +291,8 @@ Follow along with the steps that went into making this app on the [building an a
292
291
293
292
You can now continue customizing your app with various features to make it right for whatever job's at hand. Here are some ideas about what to explore next:
294
293
295
-
- Explore the different events your bot can listen to with the [`app.event()`](/tools/bolt-python/concepts/event-listening) method. All of the [events](/reference/events) are listed on the API docs site.
296
-
- Bolt allows you to call [Web API](/tools/bolt-python/concepts/web-api) methods with the client attached to your app. There are [over 200 methods](/reference/methods)on the API docs site.
294
+
- Explore the different events your bot can listen to with the [`app.event()`](/tools/bolt-python/concepts/event-listening) method. See the full events reference [here](/reference/events).
295
+
- Bolt allows you to call [Web API](/tools/bolt-python/concepts/web-api) methods with the client attached to your app. There are [over 200 methods](/reference/methods)available.
297
296
- Learn more about the different [token types](/authentication/tokens) and [authentication setups](/tools/bolt-python/concepts/authenticating-oauth). Your app might need different tokens depending on the actions you want to perform or for installations to multiple workspaces.
298
297
- Receive events using HTTP for various deployment methods, such as deploying to Heroku or AWS Lambda.
299
298
- Read on [app design](/surfaces/app-design) and compose fancy messages with blocks using [Block Kit Builder](https://app.slack.com/block-kit-builder) to prototype messages.
0 commit comments