Skip to content

place-labs/webex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cisco Webex Client for Crystal Lang

You can use this as the basis for building a Webex Bot

Installation

Add the dependency to your shard.yml:

  dependencies:
    webex:
      github: place-labs/webex

Obtaining a bot access token

You'll need a developers account at cisco and then do the following:

  1. ...
  2. ...

Usage

Configure the client:

require "webex"

Cisco::Webex::Client.new(...)

Webex sends message metadata as they come in. You can subscribe to them by doing the following:

If you are interested in the message you can request the message contents by doing:

Then you can respond to a message:

Developer references

About

a webex client for building webex bots

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published