Commands for Webex Compliance Officers
Project description
Commands utilies for Webex Compliance Officers
Usage:
Usage: python -m wbx_cpl [OPTIONS] COMMAND [ARGS]...
python -m wbx_cpl COMMAND --help
Options:
--version Show the version and exit.
-t, --token TEXT Your access token. AUTH_BEARER env variable by default.
You can find your personal token at
https://developer.webex.com/docs/getting-started.
-d, --debug INTEGER Debug level.
--help Show this message and exit.
Commands:
download-msg-files Download files attached to given message ID.
space-members List emails of members in given space ID.
space-messages List messages in given space ID.
user-messages List (up to 1000) messages sent by given user email.
Examples:
# list user sent messages
python3 -m wbx_cpl user-messages bc@cust1.onmicrosoft.com
# list up to 5 user sent messages with space title (longer processing time)
python3 -m wbx_cpl user-messages -t -f {"max":5} bc@cust1.onmicrosoft.com
# list user messages and save to file
python3 -m wbx_cpl user-messages -c /tmp/messages.csv bc@cust1.onmicrosoft.com
# list user messages with tilte and save to file
python3 -m wbx_cpl user-messages -c /tmp/messagesTitles.csv -t -f {"max":5} bc@cust1.onmicrosoft.com
# list messages in space and save to file, up to 5 messages per user
python3 -m wbx_cpl space-messages -c /tmp/spacemessages.csv -f {"max":5}
# list all users in a in space, save to file
python3 -m wbx_cpl space-members -c /tmp/members.csv <spaceid>
# Download files attached to message id, save files under /tmp
python3 -m wbx_cpl download-msg-files -d /tmp/ <spacid>
Notes:
- the --filter option follows the input parameters of Webex Events End Point
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
wbx_cpl-1.1.3.tar.gz
(7.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file wbx_cpl-1.1.3.tar.gz.
File metadata
- Download URL: wbx_cpl-1.1.3.tar.gz
- Upload date:
- Size: 7.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7b06d5010e5f71cec7197661fd3e6ef3d01cee8bd7bcd35d237c1e8583d20c29
|
|
| MD5 |
6a87bb4fd9d65a9fcdcbdc51a36d25eb
|
|
| BLAKE2b-256 |
b9f988031c894ca82e10be23281d6f270e0d67106089eb13b8c2546e8d44262b
|
File details
Details for the file wbx_cpl-1.1.3-py3-none-any.whl.
File metadata
- Download URL: wbx_cpl-1.1.3-py3-none-any.whl
- Upload date:
- Size: 9.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d4df29b6c0009ece3ba6914da3c904d23386e8fb3614a48b9fb3e1133fc60ee
|
|
| MD5 |
c5fe8e3d5676cb3333234daa82540465
|
|
| BLAKE2b-256 |
634599b9b095efa8b1a0bf7c26f655da12bb30b24ac0bfb520143150d19939b9
|