filmov
tv
Build An Advanced Slack Chatbot In Python | Learn Python Free #learnpython #django #programming

Показать описание
In this project series, you will learn to build an advanced Slack chatbot in Python. This series will cover all the important steps to build an advanced Slack chatbot in Python.
In this Python tutorial we will be creating a advance python chatbot for slack. You will be able to send messages and do different activities on slack. This chatbot tutorial will lead you to learn advanced python concepts and make you a python professional.
00:00:00 - Session 00 - Introduction
00:05:58 - Session 01 - Basics of Slack
00:15:04 - Session 02 - Configure the app on slack UI
00:37:04 - Session 03 - Create the python app structure
00:50:30 - Session 04 - Create the public endpoint to receive slack events
Session 01 - Introduction
Let’s start with an introduction to slack and how useful a slack bot can be with some use cases that may apply. Introduce the python libraries that will be used as well as some other needed tools.
Session 02 - Configure the app on slack UI
Slack UI offers a web interface that will be used to register the slack bot. In this session the slack App will be created, needed permissions will be set. In the end, all the bots should be configured and an OAuth token will result from this configuration.
Session 03 - Create the python app structure
The python app will be created, using slack client, slack events API, and Flask libraries.We will speak about slack HTTP messages format, and set up a base class that will define the bot’s behavior. Test the communication with slack API and check if the message sent by the bot is received on slack.
Session 04 - Create the public endpoint to receive slack events
The final step will be to create an endpoint that will be publicly called by slack when a message is written. We will configure the python bot to handle slack events, perform the desired behavior and send the result message back to slack API.
Don’t forget to subscribe!
Join our community for more projects.
Sign up for free!
Follow us on Twitter for updates.
Like us on Facebook.
In this Python tutorial we will be creating a advance python chatbot for slack. You will be able to send messages and do different activities on slack. This chatbot tutorial will lead you to learn advanced python concepts and make you a python professional.
00:00:00 - Session 00 - Introduction
00:05:58 - Session 01 - Basics of Slack
00:15:04 - Session 02 - Configure the app on slack UI
00:37:04 - Session 03 - Create the python app structure
00:50:30 - Session 04 - Create the public endpoint to receive slack events
Session 01 - Introduction
Let’s start with an introduction to slack and how useful a slack bot can be with some use cases that may apply. Introduce the python libraries that will be used as well as some other needed tools.
Session 02 - Configure the app on slack UI
Slack UI offers a web interface that will be used to register the slack bot. In this session the slack App will be created, needed permissions will be set. In the end, all the bots should be configured and an OAuth token will result from this configuration.
Session 03 - Create the python app structure
The python app will be created, using slack client, slack events API, and Flask libraries.We will speak about slack HTTP messages format, and set up a base class that will define the bot’s behavior. Test the communication with slack API and check if the message sent by the bot is received on slack.
Session 04 - Create the public endpoint to receive slack events
The final step will be to create an endpoint that will be publicly called by slack when a message is written. We will configure the python bot to handle slack events, perform the desired behavior and send the result message back to slack API.
Don’t forget to subscribe!
Join our community for more projects.
Sign up for free!
Follow us on Twitter for updates.
Like us on Facebook.
Комментарии