autoEnroll

Setup

  1. Download a bash terminal if you haven't already done so: git bash
  2. Download the files using
git clone https://github.com/SteliosPhanartzis/autoEnroll.git
  1. Download and install node LTS: (https://nodejs.org/en/)
  2. Install the required packages using
npm install
  1. After all the dependencies finish installing, add your user and password in the code
  2. Run the program using
npm start

Editing the code

  • There are comments throughout the code of what each portion does. Modifiable portions are specifically highlighted

Known issues

  • After quitting the program, it will continue to reopen (it's timed to reopen every 30 seconds). Go to your task manager and end the remaining node process.