Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Alkorin authored Feb 6, 2019
1 parent f97c485 commit 4c6222c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,17 @@ This is a Webex Teams console chat client. It uses Cisco's undocumented WebSocke

This client currently only support chats.

## 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.

Then, create a `webinc.conf` file next to webinc and add the authorization token. This file is in [YAML format](https://fr.wikipedia.org/wiki/YAML).

Example:
```
$ cat webinc.conf
- key: auth-token
value: NDRlOTZhOGQtMWY0ZS00MjMyLWIzNzItMjVlOGU5NjBmZGNkMWMwY2JmMzItMDVl_PF84_consumer
```

## License
GNU GPLv3

0 comments on commit 4c6222c

Please sign in to comment.