Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neayi/tripleperformance-drive-extension
A drive extension to manage Triple Performance project directly from Google Spreadsheet
https://github.com/neayi/tripleperformance-drive-extension
google-apps-script mediawiki youtube-api
Last synced: about 1 month ago
JSON representation
A drive extension to manage Triple Performance project directly from Google Spreadsheet
- Host: GitHub
- URL: https://github.com/neayi/tripleperformance-drive-extension
- Owner: neayi
- Created: 2024-01-17T12:12:59.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-11-25T14:27:14.000Z (about 1 month ago)
- Last Synced: 2024-11-25T15:29:28.463Z (about 1 month ago)
- Topics: google-apps-script, mediawiki, youtube-api
- Language: JavaScript
- Homepage: https://workspace.google.com/marketplace/app/triple_performance/427792115089
- Size: 1.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![clasp](https://img.shields.io/badge/built%20with-clasp-4285f4.svg)](https://github.com/google/clasp)
This is the Triple Performance Add-On for Google Workspace. It allows to build Triple Performance farm portraits faster.
See https://tripleperformance.fr/
## Pushing to preprod
Pushing the add-on to Google is done though `clasp`:
```
clasp push
```## Deploying a new version to production
In order to deploy a new version you first need to create a new version:
```
clasp deploy
```Then copy the id of the new version to the [Apps Market API dashboard](https://console.cloud.google.com/apis/api/appsmarket-component.googleapis.com/googleapps_sdk?project=triple-performance-add-on)
## Documentation
- Spreadsheet: https://developers.google.com/apps-script/reference/spreadsheet/spreadsheet-app
- YouTube API: https://developers.google.com/youtube/v3/docs
- Clasp: https://developers.google.com/apps-script/guides/clasp
- Google App Script extension for VSCode: https://marketplace.visualstudio.com/items?itemName=labnol.google-apps-script
- The Google card builder (which is lame): https://addons.gsuite.google.com/uikit/builder (the [old one](https://gw-card-builder.web.app/) was better)
- A good read the first time you need to publish to the App Store: https://gist.github.com/imthenachoman/6cff4a1170390f01c15d4da87110124a
- Another interesting blog: https://yagisanatode.com/