-
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
- Enter credentials in credentials.json
- Enter courses and sections in courses.json
- Change the IMAGES_PATH variable in package.json to an existing directory
- See Configuration
- Use the provided npm scripts
npm start