cpbion.blogg.se

Webex teams rss bot
Webex teams rss bot













webex teams rss bot

Then, enter your Bot Username (something like along with all the people you want to take part in the poll. The bot has four commands: create poll, add option, start poll and end poll. Start by using the create poll command to create an initial poll.To invoke one of those commands, type a space, and then the command.

webex teams rss bot webex teams rss bot

Everyone in the space can then add options for the poll using the command add option.The bot will message you 1 to 1 with a card to get started. Once all the options have been added use the command start poll.An adaptive card will be messaged 1 to 1 to add the option to the poll. Once everyone has voted run end poll to get the results in the space.įor this section, the aim will be to extend the functionality of the poll bot.An adaptive card should now appear in the space for people to start voting. You will be adding new features of your own and addressing some issues with the current implementation.Īs you will have seen from experimenting with it in the previous section, it is quite limited in terms of what it can do. 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.

#WEBEX TEAMS RSS BOT 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. 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.Ģ. 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.















Webex teams rss bot