https://github.com/ashcrow/ocupado_plugin_google_groups
Google Groups (Paid Version) plugin for the ocupado tool.
https://github.com/ashcrow/ocupado_plugin_google_groups
Last synced: about 1 year ago
JSON representation
Google Groups (Paid Version) plugin for the ocupado tool.
- Host: GitHub
- URL: https://github.com/ashcrow/ocupado_plugin_google_groups
- Owner: ashcrow
- License: agpl-3.0
- Created: 2015-07-17T12:03:08.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-22T20:11:49.000Z (almost 11 years ago)
- Last Synced: 2025-02-13T18:34:57.760Z (over 1 year ago)
- Language: Python
- Size: 141 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# ocupado_plugin_google_groups
Google Groups plugin for the [ocupado tool](https://github.com/ashcrow/ocupado).
**Note**: This plugin only works for the paid version of Google Apps.
[](https://travis-ci.org/ashcrow/ocupado_plugin_google_groups/)
## Prerequisites
* [Set up authorization](https://developers.google.com/admin-sdk/directory/v1/guides/authorizing)
* Gain a json authorization service account file
## Usage
Add the plugin to your configuration backend.
### ini
```ini
[plugin]
# ...
ocupado_plugin_google_groups = GoogleGroups
[ocupado_plugin_google_groups]
ouath2_file_location=/full/path/to/config.json
group=mygroup
```