Skip to content

Basic example of a Webex bot that uses Websockets to communicate with the cloud. Great for testing and 'behind the firewall' deployments.

License

Notifications You must be signed in to change notification settings

ageaxe/Webex-Bot-with-Websockets-AdaptiveForm

 
 

Repository files navigation

Webex Bot with Websockets and Adaptive Form Capabilities

This code is a fork of https://github.com/DJF3/Webex-Bot-with-Websockets.

Overview

This project adds adaptive form capabilities to WebEx Bot messages, which can be exchanged over websockets.

Features

  • WebEx Bot communication via websockets.
  • Adaptive form integration in WebEx Bot messages.

Adaptive Form Designer

You can design your own adaptive form using the Webex Buttons and Cards Designer.

Getting Started

  1. Clone the repository:

    git clone https://github.com/your-username/webex-bot-with-websockets-adaptiveform.git
    cd webex-bot-with-websockets-adaptiveform
  2. Install dependencies:

    poetry install
  3. Set your WebEx Bot token in the environment variable MY_BOT_TOKEN.

  4. Run the bot:

    python webex-bot-ws.py

About

Basic example of a Webex bot that uses Websockets to communicate with the cloud. Great for testing and 'behind the firewall' deployments.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%