https://github.com/alkorin/webinc
Webex in console - Cisco Webex Teams Client for Linux/MacOS/Windows
https://github.com/alkorin/webinc
chat-client console webex webex-teams
Last synced: 2 months ago
JSON representation
Webex in console - Cisco Webex Teams Client for Linux/MacOS/Windows
- Host: GitHub
- URL: https://github.com/alkorin/webinc
- Owner: Alkorin
- License: gpl-3.0
- Created: 2019-01-27T19:57:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-27T21:24:49.000Z (over 5 years ago)
- Last Synced: 2025-03-23T04:24:05.527Z (3 months ago)
- Topics: chat-client, console, webex, webex-teams
- Language: Go
- Homepage:
- Size: 99.6 KB
- Stars: 17
- Watchers: 1
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebInC - Webex In Console
This is a Webex Teams console chat client. It uses Cisco's undocumented WebSocket API and thus doesn't rely on webhooks, so it doesn't need a public IP nor a tunnel.This client currently only support chats.
## Configuration
The configuration is located in the file `~/.config/webinc/webinc.conf`. This file is in [toml format](https://godoc.org/github.com/BurntSushi/toml).## Authentication
For now you have to provide to webinc a valid `authorization` token. To obtain one, you can go to https://developer.webex.com/login, Documentation, Api Reference, choose any API endpoint and you will be able to copy the `Authorization` token on the right.The application will prompt you for this token at first launch and save it in its configuration file.
## License
GNU GPLv3