https://github.com/multarix/google-sheets-appscripts
A copy of the scripts used for google sheets AppScript
https://github.com/multarix/google-sheets-appscripts
Last synced: 10 months ago
JSON representation
A copy of the scripts used for google sheets AppScript
- Host: GitHub
- URL: https://github.com/multarix/google-sheets-appscripts
- Owner: Multarix
- Created: 2024-09-17T00:13:06.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-02T12:47:45.000Z (10 months ago)
- Last Synced: 2025-04-02T13:38:24.676Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# App Scripts
### Main.gs
> Used when someone submits a form.
Fixes up and maintains the sheet to be in a presentable format
1. Centers the text in cells vertically and horizontally
2. Checks if the player is on the correct region
3. Changes some cells to fit our table format
4. Sends a webhook to discord to alert officers that there is a new application
### Auto-Updater.gs
> Runs every couple of hours.
Adjusts everyone in the form to be in or out of the guild, scrapes data directly from Black Desert's website
1. Grabs the HTML in text format from BDO's website
2. Picks out and formats the relevant text into an array
3. Iterates through every member on the list and sets them to Inactive, or within a given guild on the sheet depending on what data was scraped from PA's website.
### EssenceOfDawn.gs
> Runs every couple of hours.
Updates a sheet with price information for accessories that can be melted and which is the most efficient to melt (assuming you're buying it)