Skip to content

Apps Script code used for my osu! nomination log

License

Notifications You must be signed in to change notification settings

tilda/nom-sheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Apps Script code used for my osu! nomination log

Resources

License

Stars

Watchers

Forks