CiscoDevNet / awesome-webex

A curated list of Cisco Webex resources for developers
https://developer.webex.com
Other
245 stars 61 forks source link

Update - Added Webex Teams CLI #96

Open tejzpr opened 3 years ago

tejzpr commented 3 years ago

Webex Teams CLI is a versatile tool that works via Webex Teams API to interact with Webex Teams. It currently has the following features

  1. Send messages
  2. Broadcast to multiple rooms
  3. Send Files
  4. Manage a Webex team room
  5. Add / Remove users from Webex Teams room in bulk
  6. A message relay server than can be hosted as a microservice allowing other services to send messages to Webex Teams.
  7. Create an Onboarding Server that can onboard users via the website.
  8. Start up a Interactive Terminal UI or a Terminal console to send / recieve files or messages from Webex Teams
  9. Experimental Start this up as a control center on a remote server and control the remote server via Webex Teams.
  10. Capability to run on many architectures including Linux x86_64, Linux Arm64, Darwin (MacOs x86_64, Arm64), Windows etc. without any external dependencies. I've tested it on Alpine Linux, Raspberry PI, MacOs, Windows. (Thanks to Golang)