scubagoggles gws
scubagoggles gws -b gmail calendar
scubagoggles gws -b calendar gmail groups chat meet sites -o ./output
# skip authentication and provider export stage
# used for running against a cached provider json
scubagoggles gws --runcached --skipexport
scubagoggles gws --customerid <customer_id> --subjectemail [email protected]
See the help
options yourself
scubagoggles gws -h
The html report should open automatically. If not, navigate to the output folder and open the *.html
file using a browser of your choice. The json output will also be located in this folder.
Note
If you chose not install the scubagoggles
package in a venv but do have the dependencies installed from requirements.txt
, you may execute the tool using the scuba.py
script located in the root directory of this repository. Replace any scubagoggles
directions with python scuba.py
- Continue to Reviewing Output
- Return to Documentation Home