PaulOgier/GAMScripts ? reverse-engineered prompt
Reverse engineered prompt
Build me a small Python toolkit for Google Workspace admins that uses GAM7 to automate the boring parts of the job.
I want one project with a few separate scripts for common tasks. One script should handle offboarding a user safely, with a dry run first, then a do it mode that can reset access, move the account, clean up groups and delegates, transfer Drive and Calendar data, recover licenses, and log everything clearly. Another set of scripts should help split big Google CSV exports into smaller files, including splitting by user and by file size.
Also add a couple of read only tools for checking GYB mailbox backups, like telling me whether a backup is complete and finding messages with oversized headers. And make a simple tenant audit script that gathers Google Workspace security and tenant info, then turns it into an easy to read HTML report with plain English findings and next steps.
Keep it cross platform, Python 3 only, and make sure the scripts are practical for admins to run from the command line.
Are you gonna build this?
make sure you review the code using coderabbit