Skip to content

A tool to check whether a course has seats remaining written in NodeJs

Notifications You must be signed in to change notification settings

JackDOx/UBC-Course-Seats-Checker-

Repository files navigation

UBC-Course-Seats-Checker-

A tool to check whether a course has seats remaining written in NodeJs

Instruction:

  1. Download the whole folder

  2. Download NodeJs in https://nodejs.org/en

  3. Add NodeJs to PATH to run a Javascript file. Tutorial: https://www.youtube.com/watch?v=2-XVqRxn3fk

  4. Open fild config.env Change the HOST_NAME to the UBC website courses you want to check

           HOST_PATH to the path of the current course you want to check
           the email address used is my email address with app password to send email from this mail. you can change if u want but U can't access
           my account with that password cuz it is APP PASSWORD btw
    
  5. Open Terminal. use cd command to locate to the downloaded folder.

ex: C:\Users\DELL cd documents

  C:\Users\DELL\documents cd myFolder
  
  C:\Users\DELL\documents\myFolder 

Type: node main.js

This script is set to run automatically every 15 mins. You can change if u want in setInterval() function in main.js

I'm dumb with Docker so this is a bit messy. Forgive blah blahh,..

Have fun :D

About

A tool to check whether a course has seats remaining written in NodeJs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published