1.0.5 • Published 3 years ago

edu-exam-cli v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

EduExam CLI

Web automation cli package used to get exam data. Written in node.js and typescript and mainly the pupeteer package. This package was created for educational purposes only.

npm Stable Develop GitHub

!!!! This package is DEPRECATED and it no longer works as intended.

Installation

Install using node package manager: npm i -g edu-exam-cli

Usage

  • eduhack [options] <url> where url is the adress of specific exam
  • -d, --debug displays some debug information during the process
  • -w, --web displays web simulation (pupeteer chromium window)
  • -m, --marking tries to get individual markings for each question (wip)

After running the command the cli asks you for credentials to log in. Your personal data isn't collected or saved in any way or form, it's only used by web automation script to log into your account. Then the script navigates to specified url and extracts the data.

Build from source

To build the package yourself: 1. clone package repository 2. install dependencies using npm install in project folder 3. build project using npm run build

(you can also globally install it in one go using npm run create)

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago