This repository is deprecated; please follow the main search page or use the ‘Related code repos’ widget on the right side of the current page.

published

What Is It?

An example script to show you how to create Cards using the webexteamssdk library for Python.

What does a card look like?

                

                

REQUIREMENTS

  • Python 3.x or higher (tested with 3.7.x and 3.9.x)
  • Python 'webexteamssdk' library

TESTED on Mac: Python 3.9.1, webexteamssdk 1.6

TESTED on Win 10: Python 3.7.2, webexteamssdk 1.6

Start

  1. Install Python (instructions)

  2. Install webexteamssdk library (instructions)

    short version: "python3 -m pip install webexteamssdk"

  3. Get a Webex Message token:

    Use a Bot token:
    Go to developer.webex.com and login

    Create a bot

    copy the bot token

    Use your developer token:
    Only valid for 12 hours!

    Has full access to all of your data.

    On developer.webex.com, login and under “Getting Started” scroll to “your personal access token”

  4. Edit webexcards-sdk-example.py

    bot_token = "YOUR_BOT_TOKEN_HERE”

    the token from step 2 
    

    webex_space_id = "DESTINATION_EMAIL_ADDRESS_HERE"

    (your?) email address
    

    THEN save the code and run the script.

Support?

To get support, please join this Webex Space that I actively monitor: https://eurl.io/#w-0h7ytwQ

More like this?

Will be announced in the Webex Developer LinkedIn group at: http://cs.co/webexdevlink
And for all your Webex Developer resources, go to http://cs.co/webexdevinfo

View code on GitHub

Code Exchange Community

Get help, share code, and collaborate with other developers in the Code Exchange community.View Community
Disclaimer:
Cisco provides Code Exchange for convenience and informational purposes only, with no support of any kind. This page contains information and links from third-party websites that are governed by their own separate terms. Reference to a project or contributor on this page does not imply any affiliation with or endorsement by Cisco.