課程資料
課程簡介
Learn how to implement a Slack app with flexible and useful features using Python.
GOAL OF THIS LECTURE
- Able to Implement Key Features of a Slack App in Python
- Becoming Familiar with Features Supported by the Slack API
NICE TO HAVE
- Basic Python Programming Skills(But, even if you are new to Python, it's okay to follow this course.)
- Python Programming Environment Setting(However, there is no need to worry as this course also includes assistance with setting up the environment.)
OUTLINES
Section 0: Introduction
Section 1: Set Slack App Configurations
- Proceed with the settings to create an app on the Slack website.
Section 2: Set Python Programming Environments
- Setup Conda and Pycharm to python programming.
- If the Python programming environment(Conda, Pycharm) has been set up, you can skip this step.
Section 3: Basic Python Programming
- Briefly go over the basic syntax of Python.
- If you are familiar with Python programming, you can skip this step.
Section 4: Basic Operations of Slack Bolt
- Learn the basic operations of Slack Bolt, a module for implementing Slack Apps in Python.
Section 5: Implementing Slack App
- Implement demo Slack apps with actual functionalities, such as a weather app, a translation app, and a raffle app.
Section 6: Advanced Functionality of Slack Bolt
- Cover several advanced features in Slack Bolt that are useful like commands, webhooks and shortcuts.
課程章節
- 7 個章節
- 49 堂課
- 第 1 章 Introduction
- 第 2 章 Setting Slack App Configurations
- 第 3 章 Setting Python Programming Environments
- 第 4 章 Basic Python Programming
- 第 5 章 Basic Operations of Slack Bolt
- 第 6 章 Implementing Slack App
- 第 7 章 Advanced Functionality of Slack Bolt
課程內容
- Configuration of the necessary Slack App settings for utilizing the Slack API is possible.
- Setting up an environment for Python programming and acquiring familiarity with Python's basic syntax can be achieved.
- Python implementation that allows the Slack App to appropriately react to the desired types of messages or emojis is feasible.
- Understanding various features provided by the Slack API and implementing some advanced functionalities is achievable.
此課程所涵蓋的技能
評價
-
RRoman Lykhatskyi
It's the great course to get basic knowledge about Slack Api and Slack Bolt library.
-
jjamie ryu
I was a novice programmer with just a basic understanding of Python, but thanks to this course, I was able to successfully implement the Slack app that our company needed. The section on understanding the initially daunting process of setting up a Slack app was particularly helpful. It also allowed me to review the necessary Python syntax, which was very beneficial. I believe even those who are new to this will be able to follow along easily. Moreover, the instructor methodically adds Slack Bolt features, explaining each step by step. By comparing with actual examples, I could easily grasp what was needed for the app I wanted to implement. Seeing the vast array of advanced features on the Slack Bolt site, I'm not sure if there are plans for a sequel focusing on these advanced topics, but I'm very much looking forward to it.