

- #Pollbot webex teams how to
- #Pollbot webex teams install
- #Pollbot webex teams download
- #Pollbot webex teams free
It would also be nice to be able to check the status of an ongoing poll, so that the author can preview the results before closing the poll.Įxercise: Define a new command status poll that shows the title and description of the poll, whether the poll has started, and if available, the preliminary results.

Add a command that gives the current status of a poll You may find it helpful to use the functions send_direct_message or send_message_in_room which have already been defined for you.Ģ.
#Pollbot webex teams how to
After all, the bot is pretty useless if people don't know how to interact with it!Įxercise: Using the code in task3.py, add a new command help that posts a help message either directly to the user or in the space. The first new feature that we will add is a help command that gives the user a list of the available commands along with a brief description of what each command does. You will be adding new features of your own and addressing some issues with the current implementation. As you will have seen from experimenting with it in the previous section, it is quite limited in terms of what it can do.
#Pollbot webex teams install
Clone git Repository and Install DependenciesĬlone the git repository to your local machine by running the following command on your terminal. Otherwise, you can navigate to another directory using cd. Open a terminal and you can start working on your home directory ( /Users/ for macOS, \Users\ for Windows or /home/ for Linux). Open Terminal and Define Working Directory
#Pollbot webex teams download
"Ngrok exposes local servers behind NATs and firewalls to the public internet over secure tunnels." Link to download ngrok. "Python is an interpreted, high-level, general-purpose programming language" Link to install the latest python version.
#Pollbot webex teams free
"Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency." Link to install git. Now that your Bot has been created, save the Access Token since you will need it later.

Finally, scroll down and click on the Add Bot button. To proceed, click on the Create a Bot button and fill up all the required information to describe your new Bot. On this Bots Documentation webpage you will find an extended explanation on what Bots are and how to create them. Go back to Cisco Webex for Developers and log in with your account details.Ĭlick Documentation on the top bar and select the Bots section on the left. Fill in your details and follow the instructions to create an account. Go to Cisco Webex for Developers and click Sign up on the top right corner. This first task will get you all set up to run a very simple hello bot that replies with a basic message. A Cisco Webex bot is an automated user within the Webex platform that can be interacted with, enhancing the user experience within an organisation.
