Skip to content

Commit b5db498

Browse files
committed
Add reference to aiohttp
1 parent e501381 commit b5db498

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,12 +276,15 @@ Everything is great, but our API is public, meaning anyone can call it and start
276276

277277
1. [Verifying requests from Slack](https://api.slack.com/authentication/verifying-requests-from-slack)
278278

279+
279280
## Step 9 - Wrapping it up and further references
280281

281282
That's about it.
282283

283284
Materials for further references:
284285

286+
1. Since we are using FastAPI with `async`, you can go & replace `requests` with something that's async, like <https://docs.aiohttp.org/en/stable/>
285287
1. There's an offical [Python Slack SDK](https://github.com/slackapi/python-slack-sdk) that you can use.
286288
1. You can also use [`bolt-python`](https://github.com/slackapi/bolt-python) which is a framework for building Slack apps.
287289
1. [The official documentation, of course](https://api.slack.com/)
290+

0 commit comments

Comments
 (0)