Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tamararingas/daily-webdata-to-googlesheets
Google App script that fetches data from a url & writes it to a dated Google Sheet daily at 5pm GMT+2.
https://github.com/tamararingas/daily-webdata-to-googlesheets
automation google-apps-script google-sheets
Last synced: 24 days ago
JSON representation
Google App script that fetches data from a url & writes it to a dated Google Sheet daily at 5pm GMT+2.
- Host: GitHub
- URL: https://github.com/tamararingas/daily-webdata-to-googlesheets
- Owner: TamaraRingas
- License: mit
- Created: 2023-09-07T14:59:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-07T15:26:26.000Z (about 1 year ago)
- Last Synced: 2023-09-07T16:39:33.058Z (about 1 year ago)
- Topics: automation, google-apps-script, google-sheets
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WebData to Google Sheets
Google App script that fetches data from a url, converts it to a string and writes it to a new dated Google Sheet daily at 5pm GMT+2.
## Instructions
Log into your Google account & create a Google Sheet.
Go to `Extensions` => ` AppScript`.
Paste the `code.gs` file contents in this repo into the `code.gs` file in the Google-App-Script editor.
Replace all variables between the `*** ***` characters with your own parameters.
Click `save` & then under the function drop down select the `createTrigger()` function.
Click `run`, following the promts to allow the app permisions (under "Advanced Settings").
The application will now trigger daily, run the script & create a new dated Google Sheet with the name you supplied.