webex_bot
webex_bot copied to clipboard
Python package for a Webex Bot based on websockets.
* Webex Bot version: 0.3.3 * Python version: 3.10.4 * Operating System: Ubuntu 20.04 ### Description I have a webex bot that listens for a submit from an adaptive card....
* Webex Bot version: 0.3.1 * Python version: 3.10.4 * Operating System: Windows 10 ### Description If I run the code with one fresh bot, all work fine. But after...
* Webex Bot version:0.3.1 * Python version:3.8 * Operating System: Windows ### Description In the example.py tried to add commands to the bot using add_command. - the card displays a...
this will prevent bot creators from accidentally adding 2 commands with the same command_keyword see also issue #25
* Add unit test coverage
* Webex Bot version: 0.4.1 * Python version: 3.8.2 / 3.11.7 (tested with both) * Operating System: Windows 10 Pro 64 bit (Version 22H2) ### Description I'm trying to do...
This Pull Request introduces basic support for the 'share' verb, enabling the handling of messages with file attachments. A key point to note is that there are two patterns of...
Added the ability to pass attached files to the bot. Added the ability to override built-in help. Added the ability to disable message threading. Added the ability to adjust logging...
ubuntu@webexlab:~$ pip install webex_bot Defaulting to user installation because normal site-packages is not writeable Collecting webex_bot Using cached webex_bot-0.4.1-py2.py3-none-any.whl.metadata (10 kB) Collecting webexteamssdk==1.6.1 (from webex_bot) Using cached webexteamssdk-1.6.1-py3-none-any.whl.metadata (8.0 kB)...
Bug Description: I added 2 commands, command_keyword='build' and command_keyword='signature'. Both have is_card_callback_command = False. As a user typed in such command string: "build start name=release_1.2.0_qa_build_no_signature_check", within which "signature" is just...