Skip to content
/ metureg Public

Tracks the capacity of chosen courses and opens the registration page if one is available

Notifications You must be signed in to change notification settings

gcem/metureg

Repository files navigation

Installation

  • Clone the repository

    git clone git@github.com:gcem/metureg.git
    
  • Install npm packages

    npm i
    
  • Instal tsc globally (TypeScript Compiler)

    sudo npm i -g tsc 
    
  • Make sure geckodriver is in PATH

  • Make sure Python 3 is installed

  • Install opencv module for Python 3

    pip3 install opencv-python
    

Configuration

  • Enter credentials in credentials.json
  • Enter courses and sections in courses.json
  • Change the IMAGES_PATH variable in package.json to an existing directory

Running

About

Tracks the capacity of chosen courses and opens the registration page if one is available

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published