Bolt Polling Application
Explore how to build an interactive polling application using Slack's Bolt framework for Python. Learn how to start polls by messaging, add suggestions, and handle user votes to create dynamic collaboration within Slack channels.
We'll cover the following...
We'll cover the following...
Overview
In this lesson, we build a polling application, that allows members of the conversation to participate in a poll. Any member in the conversation can type in, “poll”, send the message to start the poll, and add new suggestions.
The slides below show us how the Bolt application will ...