This code is a fork of https://github.com/DJF3/Webex-Bot-with-Websockets.
This project adds adaptive form capabilities to WebEx Bot messages, which can be exchanged over websockets.
- WebEx Bot communication via websockets.
- Adaptive form integration in WebEx Bot messages.
You can design your own adaptive form using the Webex Buttons and Cards Designer.
-
Clone the repository:
git clone https://github.com/your-username/webex-bot-with-websockets-adaptiveform.git cd webex-bot-with-websockets-adaptiveform
-
Install dependencies:
poetry install
-
Set your WebEx Bot token in the environment variable
MY_BOT_TOKEN
. -
Run the bot:
python webex-bot-ws.py