Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 562 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 562 Bytes

nom-sheet

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.

License

MIT