Apps Script code used for my osu! nomination log.
Published for learning purposes, don't expect it to be a drop-in script.
OAuth credentials are stored in Settings.js
(local) / Settings.gs
(remote). It uses the following format:
const settings = {
"CLIENT_ID": 0,
"CLIENT_SECRET": "aBCdefgHIjklmNoPqrstuVwxyz"
}
The Apps Script version of git is clasp, you may want to use it.
MIT