webdev03 / scratch-spam

Scratch spam detection
MIT License
1 stars 3 forks source link

Headless mode #15

Open webdev03 opened 2 years ago

webdev03 commented 2 years ago

Originally suggested in https://scratch.mit.edu/users/god286/#comments-181494510

If a headless-cfg.json file is detected, then the application will automatically run with no inputs and read from headless-cfg.json. The file name may be decided later. Spec (WIP):

{
  "loader": {
    "pages": 3,
    "type": "profile",
    "specifier": "Z7Q"
  },
  "autoDelete": true,
  "silence": false,
  "verify": false
}
webdev03 commented 2 years ago

working on it in a few days

hello-smile6 commented 2 years ago

working on it in a few days

Finally! :tada: