Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 618 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 618 Bytes

Dualis API

This is an unofficial API for dualis by DHBW built with Bash. This one file NOTEN.sh lets you retrieve all grades as json.
The interface can be used by all sorts of applications for automating things concerning grades.
It uses 'curl' for login and querying all the pages.

usage

Call:
./NOTEN.sh [Options]

Options:
-u Set username (f.e. muster.max@dh-karlsruhe.de)
-p Set password
-h Show help page

The options -u and -p are mandatory fields, without them, grades cannot be gathered.

webserver

Alternatively you can use the webserver server.py.