Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moontai0724/sync-session-to-spreadsheet
Simply just sync session infos into spreadsheet for schedule
https://github.com/moontai0724/sync-session-to-spreadsheet
google-apps-script opass
Last synced: about 2 months ago
JSON representation
Simply just sync session infos into spreadsheet for schedule
- Host: GitHub
- URL: https://github.com/moontai0724/sync-session-to-spreadsheet
- Owner: moontai0724
- License: mit
- Created: 2022-07-10T14:55:30.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-02T11:14:41.000Z (9 months ago)
- Last Synced: 2024-10-16T21:33:28.354Z (3 months ago)
- Topics: google-apps-script, opass
- Language: TypeScript
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sync-session-to-spreadsheet
This is a apps script to sync session infos to spreadsheet for schedule usage.
## Prerequirements
None, this script will create all sheets it need.
You can configure some variables to match your need.## Getting started
Just setup config and simply generate and copy-paste `dist/Code.gs` file content into apps script.
```shell=
cp config.example.js config.js
yarn build
```If you want to change any config, just change it directly, then rebuild and copy-paste. Variables are already going with comments.