https://github.com/NTNUI/freelance-gsuite-scripts
Scripts for various GSuite tasks
https://github.com/NTNUI/freelance-gsuite-scripts
admin-sdk alias api google-api google-workspace gsuite orgunit python users
Last synced: 2 months ago
JSON representation
Scripts for various GSuite tasks
- Host: GitHub
- URL: https://github.com/NTNUI/freelance-gsuite-scripts
- Owner: NTNUI
- Created: 2021-02-20T15:52:08.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-06T21:48:17.000Z (over 2 years ago)
- Last Synced: 2023-03-06T01:13:05.647Z (about 2 years ago)
- Topics: admin-sdk, alias, api, google-api, google-workspace, gsuite, orgunit, python, users
- Language: Python
- Homepage:
- Size: 31.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Freelance GSuite scripts
To use any scripts, you need credentials for Google APIs. Create and download OAuth 2.0 credentials at [Google Developer Console](https://console.developers.google.com/apis/credentials). Store the `credentials.json` in the same directory as the script files.
When running a script the first time, it will require account authorization to access the Google API. This will create a `token.pickle` file in the same directory as the script files. Once created, the script will automatically use the credentials stored in the `token.pickle` file for subsequent runs.