/AutoHealthSurvey

Reports your health to your work or school automatically via Microsoft Forms.

Primary LanguageTypeScript

AutoHealthSurvey

Reports your health to your work or school automatically via Microsoft Forms.

Usage

  1. Fork this repository.
  2. Ensure GitHub Actions is enabled on the repository.
  3. Edit config.yaml file with your answers and the URL of the form.
  4. Edit .github/workflows/node.yml to set when to run.
  5. Set your Microsoft (365) account email to MICROSOFT_EMAIL, your password to MICROSOFT_PASSWORD secrets.
  6. Done!

Troubleshooting

If the timeout error occurs at clearing Local Storage, try to use virtual or real X display with headful mode.

$ CHROMIUM_HEADFUL=1 npm start